






*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

/* 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;
  max-width:100%;
  height:auto;
  vertical-align:baseline;
}

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  
  .row-fluid:after {
    clear: both;
  }
  
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    *margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
  
  .container-fluid {
    *zoom: 1;
  }
  
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
  }
  
  .container-fluid:after {
    clear: both;
  }
  
  @media (max-width: 767px) {
    .row-fluid {
      width: 100%;
    }
  
    .row-fluid [class*="span"] {
      display: block;
      float: none;
      width: auto;
      margin-left: 0;
    }
  }
  
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 24px;
    padding-right: 24px;
  }
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  @media (min-width: 768px) {
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
  
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
    }
  
    .row-fluid:after {
      clear: both;
    }
  
    .row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 1px;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
  
    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }
  
    .row-fluid .span12 {
      width: 100%;
    }
    .row-fluid .span11 {
      width: 91.66%;
    }
    .row-fluid .span10 {
      width: 83.33%;
    }
    .row-fluid .span9 {
      width: 75%;
    }
    .row-fluid .span8 {
      width: 66.66%;
    }
    .row-fluid .span7 {
      width: 58.33%;
    }
    .row-fluid .span6 {
      width: 50%;
    }
    .row-fluid .span5 {
      width: 41.66%;
    }
    .row-fluid .span4 {
      width: 33.33%;
    }
    .row-fluid .span3 {
      width: 25%;
    }
    .row-fluid .span2 {
      width: 16.66%;
    }
    .row-fluid .span1 {
      width: 8.33%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* Visibilty Classes */
  
  .hide {
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .hidden {
    display: none;
    visibility: hidden;
  }
  
  /* Responsive Visibilty Classes */
  
  .visible-phone {
    display: none !important;
  }
  
  .visible-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-phone {
      display: inherit !important;
    }
  
    .hidden-phone {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
      display: inherit !important;
    }
  
    .hidden-tablet {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important ;
    }
  }
.content-wrapper {
  margin: 0 auto;
  padding: 0 24px;
}

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




body {
  line-height: 140%;
  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 */


strong {
  font-weight: 700;
}

/* Links */

a {
  cursor: pointer;
  transition:all .3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 24px;
  line-height: inherit;
}

h1 {
  font-size: 62px;
  line-height: 131px;
  letter-spacing: -0.02em !important;
  margin:0;
}

h2 {
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.02em !important;
  margin:0;
}

h3 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.02em !important;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  letter-spacing: 1.18px;
  line-height: 36px;
}

h6 {
  font-size: 18px;
  letter-spacing: 1.06px;
  line-height: 1;
}

/* Lists */

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

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

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Primary Button */
.cta-button,
.hs-button,
button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
letter-spacing: 0.05em;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
    letter-spacing: 0.05em;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}
.fr-right label.hs-error-msg, .fr-right label.hs-error-msgs {
  color: red!important;
}
/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

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

/* Inputs - Checkbox/Radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

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

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

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}
.submitted-message {
  position: absolute;
  top: 0;
  background: #a7a8a9 !important;
  width: 100%;
  min-height: 100%;
  left: -3px;
}
.fr-right {
  position: relative;
}

.fr-right span#hs_cos_wrapper_widget_1663835510952_ {
  /* position: relative; */
  display: block;
  width: 100%;
}
.fr-right .tw-left-inner .submitted-message {
  background: #a7a8a9!important;
  left: -2px !important;
}
.fr-right .submitted-message {
  background: linear-gradient(90deg,#ff6c0e,#ffa400 50%,#ffc545 100.01%) !important;
  top: 0;
  padding: 64px;
  left: 0;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}


/* Blog Header */

.blog-search {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 300px;
  padding: 0;
}

.blog-search form {
  align-items: center;
  background-color: transparent;
  border: 0;
  display: flex;
  flex-direction: row;
  padding: 0;
}

.blog-search form label {
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.blog-search form button {
  margin-bottom: 0;
  padding: 12px 20px;
}
.blankItem {
  display: none;
}
@media (max-width: 767px) {
  .blog-tag-filter,
  .blog-search {
    margin: 0 auto 1.5rem;
  }
}

/* Blog Author/Tag Content */

.blog-subheader {
  margin: 3rem 0;
}

.blog-subheader__author-links {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.blog-subheader__author-links a {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  position: relative;
  width: 40px;
}

.blog-subheader__author-links a:first-of-type {
  margin-left: 0;
}

.blog-subheader__author-links a svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog Listing */

.blog-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-index__post {
  border: 2px solid #eff7fe;
  margin-bottom: 2.8rem;
}

.blog-index__post--card {
  width: calc(50% - 1.5rem);
}

.blog-index__post--list {
  display: flex;
  padding: 1.5rem 0;
  width: 100%;
}

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

  .blog-index__post--list {
    padding: 0 0 1.5rem;
  }
}

.blog-index__post-image--card {
  display: block;
  height: auto;
  width: 100%;
}

.blog-index__post-content--card {
  padding: 1.5rem 1.5rem 0;
}

.blog-index__post-image-wrapper--list,
.blog-index__post-content--list {
  width: 50%;
}
.blog-index__post-tags span {
  display: none;
}
@media (max-width: 767px) {
  .blog-index__post-content--list {
    padding: 1.5rem 1.5rem 0;
  }
}

.blog-index__post-content--full-width--list.blog-index__post-content--full-width {
  width: 100%;
}

.blog-index__post-image-wrapper--list {
  align-items: center;
  display: flex;
  margin: 0 30px;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .blog-index__post-image-wrapper--list {
    margin: 0;
    width: 100%;
  }
}

.blog-index__post-image--list {
  height: auto;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .blog-index__post-image--list {
    position: static;
  }
}

.blog-index__post-content {
  margin: 0 30px;
}

.blog-index__post-title a {
  font-weight: inherit;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
  font-weight: inherit;
  text-decoration: none;
}

.blog-index__post-tags {
  border-bottom: 2px solid #eff7fe;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.blog-index__post-tag-link,
.blog-index__post-tag-link:hover {
  font-weight: 300;
}

@media (max-width: 767px) {
  .blog-index__post--list {
    flex-wrap: wrap;
  }

  .blog-index__post-content--list {
    margin-left: 0;
    width: 100%;
  }
}

.blog-index__post-author-image-wrapper,
.blog-post__author-image-wrapper {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  vertical-align: middle;
  width: 45px;
}

.blog-index__post-author-image,
.blog-post__author-image {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-index__post-author-image-wrapper,
  .blog-index__post-author-image,
  .blog-post__author-image-wrapper,
  .blog-post__author-image {
    height: auto;
  }
}

.blog-index__post-author,
.blog-post__author,
.blog-index__post-date {
  display: block;
  margin-bottom: 1.5rem;
}

/* Blog Pagination */

.blog-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.8rem;
  text-align: center;
}

.blog-pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border-radius: 50%;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  align-items: center;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}
.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #00326d;
  margin: 0 5px;
}

/* Blog Post */

.blog-post {
  margin-top: 60px;
  position: relative;
}

.blog-post__header {
  margin-bottom: 1.5rem;
}

.blog-post__tags {
  margin-bottom: 0.7rem;
}

.blog-post__tag-link {
  display: inline-block;
  margin-right: 30px;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus,
.blog-post__tag-link:active {
  text-decoration: none;
}

.blog-post__meta {
  margin-bottom: 1.5rem;
}

.blog-post__date {
  border-right: 2px solid;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}

.blog-post__social-sharing .social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.blog-post__social-sharing .social-links__icon {
  display: inline-block;
  margin: 0 0.7rem 0.35rem 0;
  padding: 0.7rem;
}

.blog-post__social-sharing .social-links svg {
  height: 15px;
  width: auto;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: inline-flex;
    flex-direction: column;
  }
  .blog-post__social-sharing {
    left: -7rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 9rem;
  }
}

.blog-post__author-name--bottom {
  display: inline-block;
  vertical-align: middle;
}

.blog-post__author-name--bottom,
.blog-post__author-links--bottom {
  margin-bottom: 1rem;
}

.blog-post__author-links--bottom a:not(:last-of-type) {
  margin-right: 0.5rem;
}

.blog-post__author-links--bottom a:hover {
  text-decoration: none;
}

.blog-post__author-name--bottom:hover,
.blog-post__author-name--bottom:focus,
.blog-post__author-name--bottom:active {
  text-decoration: none;
}

.blog-post__image-wrapper {
  height: 200px;
  margin: 3rem 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 786px) {
  .blog-post__image-wrapper {
    height: 420px;
  }
}

.blog-post__image {
  border-radius: 18px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-post__image-wrapper,
  .blog-post__image {
    height: auto;
  }
}

.blog-post__comments-listing {
  margin-bottom: 5.6rem;
}

.comment {
  padding-top: 2em;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

.blog-post__author--bottom {
  display: flex;
  margin: 75px 0;
}

@media screen and (max-width: 1000px) {
  .blog-post__author--bottom {
    flex-direction: column;
    margin: 3rem 0;
  }
}

.blog-post__author-image--bottom {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 150px;
  margin-right: 10px;
  overflow: hidden;
  width: 150px;
}

.blog-post__author-image--bottom img {
  height: 100%;
  width: auto;
}

.blog-post__author-image--bottom ~ .blog-post__author-about {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author-image--bottom ~ .blog-post__author-about {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}







.banner-slider-container {
  overflow: hidden;
  position: relative;
}

.banner-slides-content {
  width: 50%;
  padding: 150px 121px 202px 0;
  position: relative;
}

.banner-slides-content:after {
  display: block;
  content: '';
  width: 3000px;
  height: 100%;
  background: rgb(32 41 69 / 70%);
  position: absolute;
  top: 0;
  right: 0;
}

.banner-slides-content > * {
  position: relative;
  z-index: 2;
}

a.blog-index__post-tag-link.blog-index__post-tag-link-- {
  font-weight: 600;
  text-decoration: none;
}

.blog-index__post-tags {
  border: 0;
  color: #3ab7c8;
  padding: 0;
  margin: 0;
}

.blog-index__post-tags span {
  margin: 0 5px;
}

.banner-slides-title h3 {
  font-size: 36px;
  max-width: 100%;
}

.banner-slides-title h3 a {
  text-decoration: none;
  color: #fff;
}

.banner-slides-desc {
  color: #fff;
}

.banner-slides-desc p {
  margin: 0;
}

.banner-slides-aut {
  margin-top: 64px;
  color: #fff;
  display: flex;
  align-items: center;
}

.banner-slides-aut span {
  margin: 0 12px;
}

.banner-slides-aut a {
  color: #fff;
}

.banner-slides-aut p {
  margin: 0;
}

.banner-slides-aut p strong a {
  font-weight: 700;
}

.banner-slides-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.banner-slides-holder .slick-dots {
  padding: 0 20px;
  list-style: none;
  display: flex !important;
  position: absolute;
  bottom: 150px;
  max-width: 1312px;
  margin: 0 auto;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.banner-slides-holder .slick-dots button {
  display: none !important;
}

.banner-slides-holder .slick-dots li {
  margin: 0 6px;
  background: #FFFFFF;
  width: 20px;
  border-radius: 5px;
  height: 4px;
  transition: all .3s ease;
}

.banner-slides-holder .slick-dots li:first-child {
  margin-left: 0;
}

.banner-slides-holder .slick-dots li:hover, .banner-slides-holder .slick-dots li.slick-active {
  background: #FFA400;
}


.body-container--blog-index h2 {
  font-weight: 400;
}

.body-container--blog-index h2 strong {
  font-weight: 800;
}

.blog-tag-top p {
  margin-top: 0;
}

.blog-tag-post-container {
  padding: 48px 0;
}
.banner-slides-holder .slick-dots li:last-child:first-child {
  display: none;
}

.dnd-section:nth-child(2) .blog-tag-post-container {
  padding-top: 96px;
}

.blog-tag-top {
  margin-bottom: 64px;
}

.blog-tag-col-holder {
  display: flex;
  gap: 0 108px;
}

.blog-tag-col {
  width: 100%;
}

.blog-tag-ft-img a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 67.11%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease;
}
.blog-tag-col:last-child:first-child .blog-tag-ft-img a {
  padding-bottom: 37.91%;
}
.blog-tag-ft-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.blog-tag-col:hover .blog-tag-ft-img a {
  transform: scale(1.1);
}
.blog-tag-title {
  max-width: 500px;
}

.blog-tag-col:last-child:first-child .blog-tag-title {
  max-width: 100%;
}

.blog-tag-title a {
  color: inherit;
  text-decoration: none;
}

.blog-tag-desc p {
  margin: 0;
}

.blog-tag-desc {
  margin-bottom: 24px;
}

.blog-tag-aut {
  display: flex;
  align-items: center;
}

.blog-tag-aut span {
  margin: 0 8px;
}

.blog-tag-aut p {
  margin: 0;
}

.blog-tag-aut p strong a {
  font-weight: 700;
}

.blog-tag-button {
  text-align: right;
  margin-top: 54px;
}

.blog-tag-button a {
  margin: 0;
}



.mom-section , .spot-section {
  padding: 96px 0;
  text-align: center;
  position: relative;
}

.mom-section-inner .hs_cos_wrapper * , .spot-section-inner .hs_cos_wrapper * {
  color: #fff;
}

.mom-section-inner h1 span, .spot-section-inner h1 span {
  font-size: 70px;
  font-weight: 600;
  line-height: 70.68px;
}

.mom-section-inner h1, .spot-section-inner h1 {
  line-height: 131px;
}

.mom-section-inner .hs_cos_wrapper p, .spot-section-inner .hs_cos_wrapper p {
  margin-top: 0;
}
.mom-section:before, .spot-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://25733253.fs1.hubspotusercontent-eu1.net/hubfs/25733253/Graph.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mom-section:before{
  display:none;
}
.mom-section .content-wrapper, .spot-section .content-wrapper {
  position: relative;
}

.vd-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd-bg video {
  width: 100%;
}

.mom-section {
  overflow: hidden;
}


.sec-button {
  margin-top: 64px;
}

.sec-button a {
  margin: 0;
}
.tw-col-container {
  overflow: hidden;
  position: relative;
}

.tw-col-holder {
  display: flex;
  margin: 0 -20px;
}

.tw-col-holder > * {
  width: 100%;
  padding: 96px 100px 96px 20px;
  position: relative;
}

.tw-left:before {
  display: block;
  content: '';
  width: 3000px;
  height: 100%;
  position: absolute;
  right: 0;
  background: #A7A8A9;
  top: 0;
}

.tw-left-inner {
  position: relative;
}

.tw-right {
  padding: 96px 20px 96px 100px;
}

.tw-right:before {
  display: block;
  content: '';
  width: 3000px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #202945;
  top: 0;
}

p {
  margin-top: 0;
}

.tw-col-holder p {
  margin: 0;
}

.tw-left-inner .hs_cos_wrapper_type_form {
  display: block;
  margin-top: 24px;
}

.tw-col-holder .hs_cos_wrapper_type_inline_rich_text * {
  color: #fff;
}

.tw-right .social-icons {
  margin: 0;
  padding: 0;
  margin-top: 24px;
  list-style: none;
  display: flex;
}

.tw-right .social-icons li {
  margin: 0 12px;
}

.tw-right .social-icons li:first-child {
  margin-left: 0;
}

.tw-right .social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 100%;
  transition: all .3s ease;
  text-align: center;
}

.tw-right .social-icons li a:hover {
  transform: translateY(2px);
}
.tw-col-holder form {
  position: relative;
}

.tw-col-holder form .hs-button {
  width: auto;
  margin: 0;
  height: 57px;
}

.tw-col-holder form .multi-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.tw-col-holder form .multi-container li {
  margin: 0;
  width: 50%;
  margin-bottom: 11px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 14px;
}

.tw-col-holder form .multi-container li label, .tw-col-holder form .multi-container li label span {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.tw-col-holder form .hs-form-field {
  margin-bottom: 27px;
  /*   width: calc(100% - 118px);
  padding-right: 24px; */
}

.tw-col-holder form .hs-form-field > label {
  display: none;
}

.tw-col-holder form .hs-form-field input[type="email"] {
  height: 57px;
}

.tw-col-holder form .multi-container li > label {
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  cursor: pointer;
}

.tw-col-holder form .multi-container li > label input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  opacity: 0;
}

.tw-col-holder form .multi-container li > label span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #C7C8C8;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.tw-col-holder form .multi-container li > label span:after {
  background: #FF6C0E;
  border-radius: 2px;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0;
}
.hs-search-field__suggestions {
  display: none !important;
}
.tw-col-holder form .multi-container li > label input:checked + span:after {
  opacity: 1;
}

/* .tw-col-holder form .hs-submit {
position: absolute;
top: 0;
right: 0;
} */

.hs_error_rollup {
  display: none;
}
.in-slider-conatienr {
  padding: 96px 0;
}

.in-slide-top {
  margin-bottom: 64px;
}

.inslide-holder {
  display: flex;
  gap: 0 70px;
}

.inslides-inner a {
  padding: 24px;
  padding-bottom: 64px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.inslides {
  width: 100%;
}

.inslides-inner h4 {
  color: #fff;
  margin: 0;
}
.inslides-inner {
  height: 100%;
}
.in-slide-button {
  text-align: right;
  margin-top: 64px;
}

.in-slide-button a {
  margin: 0;
}




.body-container--blog-post .banner-slides-title h3 {
  max-width: 100%;
  color: #fff;
}

.post-at-section {
  padding: 96px 0;
}

.post-at-col-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}

.post-at-col-holder > * {
  padding: 0 15px;
}

.at-icon-list ul {
  padding: 0;
  margin: auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.at-icon-list ul li {
  line-height: 0;
  margin: 0 12px;
  position: relative;
}

.at-icon-list ul li:last-child {
  margin-right: 0;
}

.at-icon-list ul li:first-child {
  margin-left: 0;
}

.at-icon-list ul ul {
  align-items: center;
  position: absolute;
  right: 0;
  width: 300px;
  justify-content: flex-end;
  top: 155%;
  display: none;
}

.at-icon-list ul ul li svg {
  width: 23px;
  height: 23px;
}

.at-icon-list ul li a:hover path {
  fill: #ff6c0e;
}

.at-left {
  display: flex;
  align-items: center;
  padding: 0;
}

.at-items-inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.at-items {
  padding: 0 64px;
  position: relative;
  height: 100%;
}

.at-items:first-child {
  padding-left: 15px;
}

/* .at-items:last-child .at-desc p:first-child {
color: #4b5f80;
} */

.at-items:after {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #4b5f80;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}
.at-items:last-child:after {
  display: none;
}
.at-desc p:first-child {
  color: #202945;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin: 0;
}

.at-desc p {
  margin: 0;
}

.at-author {
  width: 90px;
  height: 90px;
  overflow: hidden;
  line-height: 0;
  border-radius: 100%;
  margin-right: 24px;
}

.at-author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.at-author + .at-desc {
  width: calc(100% - 114px);
}

/* .at-items:last-child .at-desc p:first-child strong {
font-weight: 700;
} */

.at-desc p strong {
  font-weight: 800;
}

/* .blog-main-inner > span *:not(h1):not(h2) {
max-width: 1090px;
margin-left: auto;
margin-right: auto;
} */

.blog-main-inner h1,
.blog-main-inner h2 {
  margin-bottom: 15px;
  margin-top: 35px;
  max-width: 977px;
  font-weight: 400;
}

.blog-main-inner h1:first-child,
.blog-main-inner h2:first-child {
  margin-top: 0;
}

.blog-main-inner > span a {
}

.blog-main-inner * {
  margin-bottom: 15px;
}

.blog-main-inner h3 {
  margin-top: 35px;
}

.blog-main-inner a.button {
  margin-top: 44px;
  margin-bottom: 0;
}

.blog-main-inner ul:not([class]) {
  list-style: none;
  padding: 0;
}

.blog-main-inner ul:not([class]) li {
  margin: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
}

.blog-main-inner ul:not([class]) li:before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url(https://25733253.fs1.hubspotusercontent-eu1.net/hubfs/25733253/Icons.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}
.blog-main-inner ul:not([class]) li:before {
  background: #ff6c0e;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.blog-main-inner ul:not([class]) li {padding-left: 19px;}
.blog-main-content-wrapper {
  padding-bottom: 192px;
}

.blog-pagination {
  margin: 0;
  margin-top: 96px;
}

.blog-pagination a {
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 25px;
  display: inline-block;
  font-weight: 700;
  border: 1px solid #FF6C0E;
  background: #FF6C0E;
  border-radius: 5px;
  width: 57px;
  height: 57px;
  padding: 16px 18px;
  margin: 0 12px;
}

.blog-pagination a:hover, .blog-pagination a.active {
  color: #00CEB0;
  background: transparent;
  border-color: #00CEB0;
}
.at-icon-list ul ul.active {
  display: flex;
}
.hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  display: flex;
  flex-direction: column;
  z-index: 10;
  position: absolute;
  top: 100%;
  line-height: 1;
  padding: 4px;
}

.hs-search-field--open .hs-search-field__suggestions li {
  margin: 4px;
}
/* .blog-main-inner>span .field__item, .blog-main-inner>span .field__item * {
margin: 0;
max-width: 100%;
}

.blog-main-inner>span .field__item h3,.field.field--name-field-image-legend.field--type-string-long.field--label-hidden.field__item, .blog-main-inner>span .field__item h3, .blog-main-inner>span .field__item h4, .blog-main-inner>span .field__item h5, .blog-main-inner>span .field__item h6, .blog-main-inner>span .field__item p, .blog-main-inner>span .field__item ul, .blog-main-inner>span .field__item img {
max-width: 1090px;
margin-left: auto;
margin-right: auto;
margin-bottom: 24px;
} */

.blog-main-inner>span .field__item img {
  display: block;
}
.blog-main-inner>span img {
  max-width: 100% !important;
}

pre, pre * {
  max-width: 100% !important;
  text-align: center;
  white-space: normal;
}
/* .field.field--name-field-image-source.field--type-string.field--label-inline {
display: flex;
justify-content: center;
} */

.field__label:after {
  content: ':';
  margin-left: -3px;
  margin-right: 6px;
}
a.button.wt-button:hover {
  color: #ff6c0e;
  background: #fff;
  border-color: #fff;
}
.blog-main-inner>span .field__item h2 {
  margin-top: 64px;
}

.field__item:nth-child(2) h2 {
  margin-top: 0 !important;
}
.blog-main-inner>span .field__item *:last-child {
  margin-bottom: 0;
}
.tw-left.fr-right {
  padding: 96px 100px 96px 20px;
  position: relative;
  width: 100%;
}
.post-date-tiem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
}
.blog-pagination-right {
  display: flex;
}

.blog-pagination-left {
  display: flex;
}

.blog-pagination a {
  white-space: nowrap;
}
.at-icon-list ul li img {
  width: 32px;
}
.banner-slides-inner {
  position: relative;
}

video#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height:100vh;
}
span#hs_cos_wrapper_post_body hr:nth-child(1), span#hs_cos_wrapper_post_body hr:nth-child(2), span#hs_cos_wrapper_post_body hr:nth-child(3), span#hs_cos_wrapper_post_body hr:nth-child(4), span#hs_cos_wrapper_post_body hr:nth-child(5) {
  display: none;
}
.fr-right form .hs-fieldtype-booleancheckbox ul li.active label input+span:after, .fr-right form .hs-fieldtype-checkbox ul li.active label input+span:after {
  opacity: 1;
}
a.dis-trigger {
  display: none;
}
@media (max-width:1024px){
  .banner-slides-content {
    padding: 150px 20px 150px 0;
  }

  .banner-slides-holder .slick-dots {
    bottom: 100px;
  }

  .blog-tag-col-holder {
    gap: 0 50px;
  }

  .tw-col-holder form .hs-form-field {
  }

  .inslide-holder {
    gap: 0 40px;
  }
}

@media (max-width:767px){
  .banner-slides-inner {
    min-height: 570px;
    display: flex;
    align-items: flex-end;
  }

  .banner-slides-content {
    padding: 24px 0 52px;
    width: 100%;
  }

  .banner-slides-content:after {
    right: -24px;
  }

  a.blog-index__post-tag-link.blog-index__post-tag-link-- {
    font-weight: 400;
  }

  body {
    font-weight: 400;
  }

  .banner-slides-title h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
  }

  .banner-slides-desc {
    font-size: 12px;
    line-height: 16px;
  }

  .banner-slides-aut {
    margin-top: 8px;
  }

  .banner-slides-holder .slick-dots {
    padding: 0 24px;
    bottom: 024px;
  }

  .blog-tag-post-container {
    padding: 24px 0;
  }

  .dnd-section:nth-child(2) .blog-tag-post-container {
    padding-top: 24px;
  }

  .body-container--blog-index h2 strong {
    font-weight: 700;
  }

  .blog-tag-top {
    margin-bottom: 24px;
  }

  .blog-tag-col-holder {
    flex-direction: column;
    gap: 48px;
  }

  .blog-tag-ft-img a {
    min-height: 280px;
  }

  .blog-tag-ft-img {
    margin-bottom: 16px;
  }

  .blog-tag-title h4 {
    margin-bottom: 16px;
  }

  .blog-tag-desc {
    margin-bottom: 16px;
  }

  .blog-tag-button {
    margin-top: 48px;
  }

  .blog-tag-button a {
    padding: 9px 16px;
    line-height: 25px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .mom-section, .spot-section {
    padding: 48px 0;
  }

  .mom-section-inner .hs_cos_wrapper h2, .spot-section-inner .hs_cos_wrapper h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  .mom-section-inner h1, .spot-section-inner h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 24px;
  }

  .mom-section-inner h1 span, .spot-section-inner h1 span {
    font-size: 36px;
    font-weight: 400;
    line-height: 49.1px;
  }

  .sec-button {
    margin-top: 48px;
  }
  .tw-col-holder {
    flex-direction: column;
    margin: 0 -24px;
  }

  .tw-left:before {
    width: 100%;
  }

  .tw-col-holder>* {
    padding: 64px 24px;
  }
  .tw-left.fr-right {
    padding: 64px 24px;
  }
  .tw-left-inner {
    text-align: left;
  }

  .tw-right .social-icons {
    justify-content: center;
  }

  .tw-right {
    text-align: center;
  }

  .tw-right .tw-left-inner {
    text-align: center;
  }

  .tw-left-inner h2 strong {
  }

  body {
    font-weight: 400 !important;
  }

  .tw-left-inner .hs_cos_wrapper_type_form {
    margin-top: 48PX;
  }

  .tw-col-holder form .hs-form-field input[type=email] {
    height: 45px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }

  .tw-col-holder form .hs-form-field {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .tw-col-holder form .multi-container {
    flex-direction: column;
  }

  .tw-col-holder form .hs-submit {
    position: static;
  }

  .tw-col-holder form .hs-form-field.hs-fieldtype-checkbox {
    margin-bottom: 24px;
  }

  .tw-col-holder form .hs-button {
    width: 100%;
    height: 45px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding: 9px 16px;
  }

  .in-slider-conatienr {
    padding: 48px 0;
  }

  .in-slide-top {margin-bottom: 24px;}

  .inslide-holder {
    gap: 24px;
  }

  .in-slide-button a {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 9px 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
  }

  .sec-button a {
    padding: 9px 16px;
    line-height: 25px;
  }
  .inslide-holder {
    margin-right: -24px;
    margin-left: -24px;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .inslides {
    min-width: 250px;
  }

  .inslides:first-child {
    margin-left: 24px;
  }

  .inslides-inner a {
    padding: 24px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
  }

  .inslides-inner h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
  }

  .inslides:last-child {
    margin-right: 24px;
  }

  /*   .inslide-holder::-webkit-scrollbar {
  display: none;
} */
  .post-at-section {
    padding: 24px 0;
  }
  /* width */
  .inslide-holder::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }

  /* Track */
  .inslide-holder::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Handle */
  .inslide-holder::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  .inslide-holder::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .at-left {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding: 0 15px;
  }

  .at-items {
    padding: 0 !important;
  }

  .at-items:after {
    display: none;
  }

  .at-author {
    width: 66px;
    height: 66px;
    margin-right: 8px;
  }

  .at-author+.at-desc {
    width: calc(100% - 74px);
  }

  .at-desc p:first-child {
    line-height: 22px;
  }

  .at-items + .at-items {
    margin-top: 25px;
    width: 100%;
    padding-right: 97px !important;
  }

  .post-at-col-holder {
    position: relative;
  }
  .at-icon-list ul li img,
  .at-icon-list > ul > li > a > svg {
    width: 22px;
    height: 20px;
  }

  .at-right {
    bottom: -37px;
    position: absolute;
    right: 0;
  }

  .blog-main-content-wrapper {
    padding-top: 26px;
    padding-bottom: 88px;
  }

  .blog-main-inner h1, .blog-main-inner h2 {
    margin-bottom: 24px;
  }
  .blog-pagination {
    margin-top: 48px;
  }

  .blog-pagination a {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 45px;
    height: 45px;
    padding: 10px;
  }
  /*   .dis-section-container {
  display: none;
} */
  .blog-tag-post-container .content-wrapper {
    padding: 0;
  }

  .blog-tag-post-container .content-wrapper .blog-tag-top {
    padding: 0 24px;
  }

  .blog-tag-post-container .content-wrapper .blog-tag-all {
    margin: 0;
    margin-bottom: 64px;
  }

  .blog-tag-post-container .content-wrapper .blog-tag-col-holder {
    padding: 0 24px;
  }

  .blog-tag-post-container .content-wrapper .blog-pagination {
    padding: 0 24px;
  }

  .blog-pagination a {
    margin: 0 3px;
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    line-height: 25px;
    padding: 3px;
    width: 30px;
  }
  a.dis-trigger {
    display: inline-block;
  }

  .dis-section-container div#hs_cos_wrapper_rich_text {
    overflow: hidden;
    margin: 0;
    height: 104px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
  }

  .dis-section-container div#hs_cos_wrapper_rich_text:after {
  }

  .dis-section-container div#hs_cos_wrapper_rich_text * {
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .dis-section-container.active div#hs_cos_wrapper_rich_text {
    height: auto;
    white-space: unset;
  }

}



.blog-main-inner h1 {
  font-weight: 800;
  font-size: 24px;
  color: #202945;
  line-height: 1.4;
}

.blog-main-inner h2 {
  font-weight: 800;
  font-size: 24px;
  color: #ff6c0e;
  line-height: 1.4;
}

.blog-main-inner h3 {
  font-weight: 800;
  font-size: 20px;
  color: #ff6c0e;
  line-height: 1.4;
}

.blog-main-inner h4 {
  font-weight: 700;
  font-size: 18px;
  color: #FFC545;
  line-height: 1.4;
}

.blog-main-inner h5 {
  font-weight: 700;
  font-size: 18px;
  color: #202945;
  line-height: 1.4;
}

.blog-main-inner h6 {
  font-weight: 700;
  font-size: 36px;
  color: #FF6C0E;
  line-height: 1.4;
}

.blog-main-inner {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.blog-main-inner pre {
  font-family: Nunito Sans,sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #4B5F80;
  font-weight: bold;
  text-align: inherit;
}

.blog-main-inner blockquote {font-size: 30px;line-height: 1.5;color: #FF6C0E;}

.blog-main-inner ul, .blog-main-inner ol {
  color: #000 !important;
}

.blog-main-inner ol {
  color: #FFA400 !important;
}

.blog-main-inner ol li {
  color: #000 !important;
}

.blog-main-inner ul:not([class]) li:before {
  background: #FFA400 !important;
}

.blog-main-inner ol li::marker {
  color: #FFA400 !important;
}
.blog-index__post-tags span {
  display: none;
}
.fr-right label > span {
  display: block;
  width: calc(100% - 20px);
}




.ai-blog-post .content-wrapper {
  max-width: 1048px;
}

.ai-blog-header {
  padding: 140px 0 0;
  margin: 0;
}

.ai-blog-back {
  margin: 0 0 50px;
}

.ai-blog-back a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  color: #A0A1A4;
}

.ai-blog-back a svg {
  margin-right: 10px;
}

.ai-blog-back a:hover {
  color: #ff6c0e;
}

.ai-blog-back a svg path {
  fill: currentColor;
}

h1.ai-bg-title {
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 72px */
  margin: 0 0 30px;
  color: #000000;
}

.ai-at-line {
  margin: 0 0 5px;
}

.ai-at-line .at-author {
  border-radius: unset;
  height: auto;
  margin: 0;
  width: auto;
  overflow: visible;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  color: rgb(43 43 43 / 40%);
}

.ai-at-line .at-author a {
  color: rgb(43 43 43 / 40%);
}

.ai-dt {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(43 43 43 / 40%);
}

.ai-img {
  margin: 50px 0;
}

.ai-desc.blog-main-inner {
  line-height: normal;
  font-size: 20px;
  color: rgb(0 0 0 / 60%);
  margin: 0 0 50px;
}

.ai-blog-quote-container {
  background: var(--Orange-Gradient, linear-gradient(90deg, #FF6C0E 0%, #FFC545 100%));
  padding: 100px 0;
  color: rgb(0 0 0 / 60%);
}

.ai-blog-quote-container * {
  color: rgb(0 0 0 / 60%);
}

.ai-blog-quote-container h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.qt-inner {
  max-width: 800px;
}

.ai-main-post-body.blog-main-inner {
  padding: 50px 0 55px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgb(0 0 0 / 60%);
}

.ai-main-post-body.blog-main-inner h2 {
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
  letter-spacing: 1px;
  color: #2B2B2B;
}

.dl-button a {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
  letter-spacing: 1px;
  color: #2B2B2B;
  display: block;
}

.dl-button a span {
  display: block;
  margin: 0 0 20px;
}

.ai-blog-post .rel-post-container {
  margin: 0;
  padding: 0;
  background: transparent;
}

.ai-blog-post .rel-post-container > * > * {
  border-top: 1px solid #D8D8D8;
  padding: 100px 0 160px;
  margin: 100px 0 0;
}

.ai-blog-post h2.blog-related-posts__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.ai-blog-post .body-container.body-container--blog-post {
  border-bottom: 20px solid #FF6C0E;
}
.ai-blog .blog-related-posts__list.blog-tag-col-holder .blog-tag-col {
  width: 50%;
}

.ai-blog .blog-tag-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgb(43 43 43 / 40%);
  margin: 0 0 30px;
}

.ai-blog a.blog-index__post-tag-link.blog-index__post-tag-link-- {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #000;
  display: inline-block;
}

.ai-blog .blog-tag-title h4 {
  font-weight: 400;
}
.ai-blog .blog-tag-all ul li a {
  border: 1px solid #000;
  color: #000;
}

.ai-blog .blog-tag-all ul li a:hover, .ai-blog .blog-tag-all ul li a.active {
  background: #000;
  color: #fff;
}

.ai-blog .blog-tag-col:first-child {
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 75px;
}

.ai-blog .blog-tag-col:first-child .blog-tag-ft-img a, .ai-blog .blog-tag-col:nth-child(2) .blog-tag-ft-img a {
  padding-bottom: 23%;
}

.ai-blog .blog-tag-col:first-child .bl-red-mr, .ai-blog .blog-tag-col:nth-child(2) .bl-red-mr {
  display: none;
}

.ai-blog .blog-tag-col:nth-child(2) {
  width: 100%;
  border-bottom: 0;
  padding-bottom: 0;
}

.ai-blog .blog-pagination a {
  width: auto;
}

.ai-blog .blog-pagination {
    padding: 0 0 80px !important;
}

@media (max-width:767px){
  .ai-blog-header {
    padding: 60px 0 0;
  }

  h1.ai-bg-title {
    font-size: 50px;
  }

  .ai-img {
    margin: 30px 0;
  }

  .ai-desc.blog-main-inner {
    font-size: 16px;
  }

  .ai-blog-quote-container {
    padding: 50px 0;
  }

  .ai-blog-quote-container h3 {
    font-size: 24px;
  }

  .ai-main-post-body.blog-main-inner {
    font-size: 16px;
    padding: 50px 0 0;
  }

  .ai-blog-post .rel-post-container>*>* {
    padding: 50px 0 0;
    margin: 25px 0 0;
  }

  .ai-blog .blog-related-posts__list.blog-tag-col-holder .blog-tag-col {
    width: 100%;
  }
  .ai-blog .blog-tag-col:first-child {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 40px;
  }
}

/* Header Container */

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

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 20px;
  position: relative;
}

.header--landing-page .header__container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

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

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

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}
.header-top-col-holder {
  display: flex;
  margin: 0 -20px;
  justify-content: space-between;
  align-items: flex-end;
}

.header-top-col-holder > * {
  padding: 0 20px;
}

.header-logo {
  line-height: 0;
}

.header-top {
  padding: 48px 0 24px;
}

.header-bottom {
  background: linear-gradient(90deg, #FF6C0E 0%, #FFA400 50%, #FFC545 100.01%);
  padding: 24px 0;
}

.header-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -20px;
}

.header-bottom-inner > * {
  padding: 0 20px;
}

.header-bottom-right {
  display: flex;
  align-items: center;
  line-height: 0;
}

.sr-wrap {
  display: none;
}

.header-bottom-title * {
  color: #fff !important;
  font-weight: 400;
}

.header-bottom-title strong {
  font-weight: 800;
}

.header-bottom-right > * {
  margin: 0 12px;
  cursor: pointer;
}

.header-bottom-right > *:last-child {
  margin-right: 0;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-image: none !important;
}
.sr-wrap {
  display: block;
}

.header-search {
  position: relative;
}

.sr-trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

.sr-wrap button {
  background: transparent;
  border: 0 !important;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.sr-wrap button span {
  display: none;
}

.sr-wrap input.hs-search-field__input {
  background: transparent;
  border-color: #ff6c0e;
  font-size: 14px;
}

.header-bookmark {
  display: none;
}

.sr-trigger svg {
  width: 25px;
  height: 25px;
}
.menu-container {
  display: none;
}



.menu-container-inner {
  margin-top: 88px;
  margin-bottom: 76px;
}

.meny-holder {
  position: relative;
}

.meny-holder .hs-menu-wrapper > ul {
  flex-direction: column;
  height: 547px;
  position: relative;
}

.meny-holder .hs-menu-wrapper > ul > li {
  margin: 0;
  width: 336px;
  max-width: 100%;
  padding-right: 64px;
  position: static !important;
}

.meny-holder .hs-menu-wrapper > ul > li + li {
  padding-top: 24px;
}

.meny-holder .hs-menu-wrapper > ul > li > a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.meny-holder .hs-menu-wrapper > ul > li > a:hover, .meny-holder .hs-menu-wrapper > ul > li.active > a {
  color: #FFC545;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li ul.hs-menu-children-wrapper {
  left: auto;
  opacity: 1;
  visibility: visible;
  width: calc(100% - 336px);
  right: 0;
  top: 0;
  display: block;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li ul.hs-menu-children-wrapper ul {
  opacity: 1;
  position: static;
  visibility: visible;
  width: 100%;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li > ul.hs-menu-children-wrapper > li {
  width: 50%;
  float: left;
  margin: 0;
  display: block;
  padding: 0 20px;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li:hover ul.hs-menu-children-wrapper {
  left: auto !important;
  opacity: 1 !important;
  visibility: visible;
  right: 0;
  top: 0 !important;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li > ul.hs-menu-children-wrapper {
  padding-left: 44px;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li > ul.hs-menu-children-wrapper > li {
  margin: 0;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li > ul.hs-menu-children-wrapper > li + li {
  margin-top: 64px;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li > ul.hs-menu-children-wrapper > li:nth-child(2) {
  margin-top: 0;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li > ul.hs-menu-children-wrapper > li > a {/* White */
  color: #FFFFFF;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-decoration: none;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li > ul.hs-menu-children-wrapper > li ul li {
  margin: 0;
  margin-top: 24px;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li > ul.hs-menu-children-wrapper > li ul li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  text-decoration: none;
  padding-left: 16px;
  display: block;
  position: relative;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li > ul.hs-menu-children-wrapper > li ul li a:before {
  content: '';
  width: 6px;
  height: 10px;
  display: block;
  background: url('https://25733253.fs1.hubspotusercontent-eu1.net/hubfs/25733253/Vector%20%282%29.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

.meny-holder .hs-menu-wrapper.flyouts > ul > li > ul.hs-menu-children-wrapper > li:last-child {
  margin-top: 0;
}

.meny-holder .hs-menu-wrapper > ul:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  display: block;
  left: 336px;
  background: rgb(255 255 255 / 25%);
}
.mob-open .header-bottom-title {
  opacity: 0;
}

.menu-trigger {
  width: 36px;
  height: 37px;
  transition: all .2s ease;
}

.menu-trigger svg {
  transition: all .2s ease;
}

.mob-open .menu-trigger svg {
  opacity: 0;
}

.mob-open .menu-trigger {
  background: url('https://25733253.fs1.hubspotusercontent-eu1.net/hubfs/25733253/Icons%20%281%29.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.menu-container-mobile {
  display: none;
}
.bt-button a {
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  color: #fff;
  background: #FF6C0E;
  border-radius: 5px;
  padding: 9px 18px;
  margin: 0;
}
.bt-button a:hover {
  background: #3ab7c8;
  border-color: #3ab7c8;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
header .header__language-switcher-label-current {
  color: #ff6c0e !important;
  font-weight: 600;
}

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

header .header__language-switcher-label-current svg {
  margin-left: 8px;
}

header .header__language-switcher-label-current:hover {
  color: #FF6C0E;
  font-weight: 600;
}

.header .header__language-switcher .lang_list_class {
  background: #FF6C0E;
  border: 0;
  border-radius: 5px 5px 10px 10px;
  padding: 10px 0;
}

header .header__language-switcher .lang_list_class li {
  line-height: 1;
  text-align: center;
}

header .header__language-switcher .lang_list_class li a {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

header .header__language-switcher .lang_list_class li:focus, header .header__language-switcher .lang_list_class li:hover {
  background: transparent;
  color: #fff !important;
}
header.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
main.body-container-wrapper {
  margin-top: 273px;
}
.header-top {
  transition: all .3s ease;
  height: auto;
  transform: scale(1, 1);
  transform-origin: top;
}

.fixed .header-top {
  transform: scale(1, 0);
  height: 0;
  overflow: hidden;
  padding: 0;
}
.meny-holder .hs-menu-wrapper.flyouts>ul>li>ul.hs-menu-children-wrapper>li:nth-last-child(2) {
  margin-bottom: 0;
}

.bt-button {
  display: flex;
}

.bt-button > * {
  margin-left: 11px;
}

div#hs_cos_wrapper_button_2 a {
  background: #3ab7c8;
  border-color: #3ab7c8;
    display: inline-block;
}

div#hs_cos_wrapper_button_2 a:hover {
  background: #ff6c0e;
  border-color: #ff6c0e;
}
@media (min-width:768px){
  .menu-container-mobile {
    display: none !important;
  }
  .meny-holder .hs-menu-wrapper>ul>li:nth-child(5)>a {
    display: none;
  }

  .meny-holder .hs-menu-wrapper>ul>li:nth-child(5) {
    padding: 0;
  }
}
@media (max-width:1024px){
  .bt-button a {
    font-size: 14px;
    letter-spacing: 0;
  }


  .header-bottom-inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .menu-container {
    display: none !important;
  }
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

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

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

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
  .header-logo img {
    width: 90px !important;
  }

  .header-top {
    padding: 24px 0;
  }

  .header-bottom-inner {
    flex-direction: column;
    justify-content: space-around;
  }

  .header-bottom-title h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
  }

  .header-bottom-title h2 strong {
    font-weight: 700;
  }

  .header-bottom-right {
    margin-top: 22px;
    width: 100%;
    justify-content: space-between;
  }
  .menu-container-inner {
    margin-top: 48px;
    margin-bottom: 40px;
  }

  .menu-container-inner .hs-menu-wrapper > ul li {
    margin: 0;
  }

  .menu-container-inner .hs-menu-wrapper > ul li + li {
    margin-top: 36px;
  }

  .menu-container-inner .hs-menu-wrapper > ul li a {
    color: #FFFFFF;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    text-decoration: none;
    display: block;
  }

  .menu-container-inner .hs-menu-wrapper > ul li a:hover, .menu-container-inner .hs-menu-wrapper > ul li.active > a {
    color: rgb(255 255 255 / 50%);
  }
  .header-bottom-right>* {
    margin: 0 5px;
  }

  .bt-button a {
    background: #FFC545;
  }
  .menu-container-inner {
    max-height: calc(100vh - 200px);
    overflow: hidden;
    overflow-y: auto;
  }
  .menu-container-inner .hs-menu-wrapper>ul li+li {
    margin: 0;
  }

  .menu-container-inner .hs-menu-wrapper>ul li a {
    padding: 15px 0;
    text-transform: capitalize;
  }

  .menu-container-inner .hs-menu-wrapper>ul li .hs-menu-children-wrapper {
    display: none;
  }

  .menu-container-inner .hs-menu-wrapper>ul li .hs-menu-children-wrapper li {
    padding-left: 20px;
  }

  .menu-container-inner .hs-menu-wrapper>ul li .hs-menu-children-wrapper li a {
    padding: 10px 0;
    font-size: 18px;
  }
  span.child-trigger {
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    background: url(https://25733253.fs1.hubspotusercontent-eu1.net/hubfs/25733253/arrow-down-sign-to-navigate.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  span.child-trigger.active {
    transform: rotate(-180deg);
  }
  .menu-container-inner .hs-menu-wrapper>ul > li:nth-child(6) {
    position: relative;
  }

  .menu-container-inner .hs-menu-wrapper>ul > li:nth-child(6):before {
    height: 1px;
    content: '';
    width: 100%;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
  }
  .header-bottom-right {
    padding: 0;
  }

  .bt-button a {    
    font-size: 11px;
    letter-spacing: 0;
    padding: 4px 13px;
    white-space: nowrap;
  }
}
.hs-inline-edit div#hs_cos_wrapper_module_16644289518523 {
  display: none !important;
}

.hs-inline-edit  div#hs_cos_wrapper_module_166383711907921 {
  display: none !important;
}
.bt-button a {
  font-size: 14px;
}
@media (max-width:500px){
  .header-bottom-right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-search {
    width: 100%;
    order: 4;
    margin-top: 12px;
  }

  .menu-trigger {
    margin-left: auto;
  }

  .bt-button {
    margin: 0 auto;
  }

  .header-bottom {
    padding: 15px 0;
  }


  .sr-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    right: 0;
    transition: all .3s ease;
    overflow: hidden;
  }

  .sr-wrap input.hs-search-field__input {
    height: 33px;
  }

  .header-search {
    width: auto;
    order: unset;
    margin: 0;
  }

  .menu-trigger {
    margin-right: 24px !important;
    margin-left: 0;
  }

  .sr-trigger {
    pointer-events: all;
  }
  .active .sr-wrap {
    width: 200px;
  }

  .active .bt-button {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width:450px){
  .menu-trigger {
    margin-right: 1px!important;
  }

  .bt-button {
    margin-left: -3px;
  }
}
/* Footer Container */

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

.footer__container {
  margin: 0 auto;
  padding: 10px 0 120px;
}

/* Footer Rows */

.footer__row {
  display: flex;
  justify-content: space-between;
}

.footer__navigation {
  width: 22%;
}

.footer .hs-menu-wrapper ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
}

.footer .hs-menu-wrapper li {
  margin: 0.7rem 0;
}

.footer .hs-menu-wrapper li a:hover {
  text-decoration: none;
}

.footer__form {
  width: 25%;
}

@media (max-width: 767px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__navigation,
  .footer__form,
  .footer__follow-me,
  .footer .widget-type-header,
  .footer .widget-type-simple_menu,
  .footer .social-links {
    text-align: center;
    width: 100%;
  }
}

/* Footer Form */

.footer--site-page .footer__form form,
.footer--site-page .widget-type-form form {
  margin-bottom: 1.5rem;
  padding: 0;
}

/* Landing Page Footer */

.footer--landing-page {
  border-top: 2px solid #eff7ff;
}

.footer--landing-page .footer__container {
  padding: 2.8rem 0 1.5rem;
}

/* Footer Form */

.footer--site-page form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer--site-page .footer__form .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}
.footer--site-page .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer--site-page .hs-menu-wrapper > ul > li {
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
  line-height: 175%;
  position: relative;
}

.footer--site-page .hs-menu-wrapper > ul > li > a {
  display: block;
}

.footer--site-page .hs-menu-wrapper > ul > li:first-child {
  padding-left: 0;
}

.footer--site-page .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}

.footer--site-page .hs-menu-wrapper > ul > li:after {
  height: 56%;
  width: 1px;
  display: block;
  content: '';
  background: #4b5f80;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer--site-page .hs-menu-wrapper > ul > li:last-child:after {
  display: none;
}
@media (max-width: 980px) {
  .footer--site-page .footer__form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }

  .footer--site-page .footer__form .form-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer--site-page .widget-type-form {
    margin: 0 auto;
    width: 75%;
  }
  .footer__container {
    margin: 0 auto;
    padding: 10px 0 24px;
  }
  .tw-col-holder {
    flex-direction: column;
    margin: 0 -24px;
  }

  .tw-left:before {
    width: 100%;
  }

  .tw-col-holder>* {
    padding: 64px 24px;
  }

  .tw-left-inner {
    text-align: left;
  }

  .tw-right .social-icons {
    justify-content: center;
  }

  .tw-right {
    text-align: center;
  }

  .tw-right .tw-left-inner {
    text-align: center;
  }

  .tw-left-inner h2 strong {
  }

  body {
    font-weight: 400 !important;
  }

  .tw-left-inner .hs_cos_wrapper_type_form {
    margin-top: 48PX;
  }

  .tw-col-holder form .hs-form-field input[type=email] {
    height: 45px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }

  .tw-col-holder form .hs-form-field {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .tw-col-holder form .multi-container {
    flex-direction: column;
  }

  .tw-col-holder form .hs-submit {
    position: static;
  }

  .tw-col-holder form .hs-form-field.hs-fieldtype-checkbox {
    margin-bottom: 24px;
  }

  .tw-col-holder form .hs-button {
    width: 100%;
    height: 45px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding: 9px 16px;
  }

  .in-slider-conatienr {
    padding: 48px 0;
  }

  .in-slide-top {margin-bottom: 24px;}

  .inslide-holder {
    gap: 24px;
  }

  .in-slide-button a {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 9px 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
  }

  .sec-button a {
    padding: 9px 16px;
    line-height: 25px;
  }

  .footer .hs-menu-wrapper ul {
    display: block !important;
  }

  .footer--site-page .hs-menu-wrapper>ul>li {
    display: inline-block !important;
  }

  .footer__container {
    padding-top: 0;
  }

  .footer .hs-menu-item a {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
  }
}
/* 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;
}

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

/* Language switcher */

.body-container-wrapper .lang_switcher_class {
  width: 100%;
}

.body-container-wrapper .lang_list_class {
  left: 10px;
}

.body-container-wrapper .lang_list_class li {
  margin: 0;
}

