*, *: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.4; /* 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;
}
/* 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.666%;
}
.row-fluid .span10 {
  width: 83.333%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.666%;
}
.row-fluid .span7 {
  width: 58.333%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.666%;
}
.row-fluid .span4 {
  width: 33.333%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.666%;
}
.row-fluid .span1 {
  width: 8.333%;
}

.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: 15px;
  padding-right: 15px;
}

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

.dnd-section[class*="force-full-width-section"]  > .row-fluid{
 width:100%;
}

@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.666%;
  }
  .row-fluid .span10 {
    width: 83.333%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.666%;
  }
  .row-fluid .span7 {
    width: 58.333%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.666%;
  }
  .row-fluid .span4 {
    width: 33.333%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.666%;
  }
  .row-fluid .span1 {
    width: 8.333%;
  }
}

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

.banner-section .dnd-section{
    padding-bottom: 0;
    padding-top: 0;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: entypo;
  src:  url("https://26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/Excel_communications_Aug2022/Fonts/entypo.eot") format("embedded-opentype"), 
    url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/fonts/entypo.ttf) format("truetype"), 
    url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/fonts/entypo.woff) format("woff"), 
    url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/fonts/entypo.svg) format("svg"); 
  font-style: normal; font-weight: 400; }

@font-face { 
  font-family: "WistiaPlayerInterNumbersSemiBold"; 
  src: url("data:application/x-font-woff;charset=utf-8;base64,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"); 
  font-feature-settings: "tnum";
}

@font-face { 
  font-family: "sw-icon-font"; 
  src:  url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/fonts/sw-icon-font.woff) format("woff"), 
    url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/fonts/sw-icon-font.ttf) format("truetype");
    font-style: normal;
  font-weight: normal;
  font-display: block; 
}

body {
  line-height: 1.4;
  word-break: break-word;
  background: #eaeaea;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

img{
  max-width:100%;
  vertical-align: middle;
  height: auto;
}

/* Paragraphs */

p {
  margin: 0 0 15px;
}

/* Anchors */

a {
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  word-wrap: break-word;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}

/* Lists */

ul,
ol {
  padding: 0 0 0 20px;
  margin: 5px 0;
}
ul{
  list-style-type: square;
}

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

ol li, ul li {
  margin: 0 0 6px;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-style: italic;
  border-left: 5px solid #453b59;
  margin: 20px 0;
  padding: 0 0 0 30px;
}

/* Horizontal rules */

hr {
  display: block;
  border: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  margin: 1em 0;
  border-top: 2px solid #ccc;
  clear: both;
  width: 100%;
  padding: 10px 0;
}
button,
.button {
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer;
  text-decoration: none;
  vertical-align: baseline;
  z-index: 1;
  margin: 0;
  font: inherit;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 25px;
  border-style: solid;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

#hs-search-module form input {
  margin-bottom: 20px;
}
/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  text-decoration: none;
  vertical-align: baseline;
  z-index: 1;
  width: 100%;
  font: inherit;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 44px;
  padding: 10px 20px 10px 10px;
  color: #151515;
  border: 2px solid #f3f5f7;
  outline: none;
  background-color: #f3f5f7;
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
  border-color: #2e91fc;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer;
  text-decoration: none;
  vertical-align: baseline;
  z-index: 1;
  margin: 0;
  font: inherit;
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 25px;
  border-style: solid;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.contact-page form .hs-form-field ul li input[type=checkbox] {
 top: 6px !important;
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: relative;
  z-index: 99;
}

.header .content-wrapper {
  margin: 0 auto;
  clear: both;
  padding: 10px 0 0;
  position: relative;
}

.header .social_search_wrap {
  float: right;
  text-align: right;
}

.header .logo {
  width: 20%;
  float: left;
}

.header .logo img {
  max-width: 257px;
  width: 100% !important;
}

.header .custom_menu_primary .hs-menu-wrapper>ul {
  float: left;
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
}

.header .custom_menu_primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
}

.header .custom_menu_primary .hs-menu-wrapper>ul a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 12px 18px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.header .social_search_wrap>div:not(:last-child) {
  display: inline-block;
}

.header .social_search_wrap .mobile-toggle {
  display: none;
}
.header .custom_menu_primary .hs-menu-wrapper>ul li.active>a,
.header .custom_menu_primary .hs-menu-wrapper>ul li:hover> a {
  background-image: url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/images/nav-highlight.png);
  background-position: center bottom;
  background-size: 100% 3px;
  background-repeat: no-repeat;
}

.header .custom_menu_primary .hs-menu-wrapper>ul ul li {
  margin: 0px;
}

.header .social_search_wrap .mobile-toggle {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  vertical-align: middle;
  float: right;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 0;
  color: #878787;
  border: 2px solid #ebebeb;
  padding: 3px 10px 3px 15px;
  border-radius: 20px;
  cursor: pointer;
}

.header .social_search_wrap .mobile-toggle span:before {
  content: "";
}
.header .social_search_wrap .mobile-toggle span {
  text-transform: none;
  font-family: entypo!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
}
.header .social_search_wrap .mobile-toggle:hover {
  color: #ccc;
}

.header .custom_menu_primary .hs-menu-wrapper>ul li.active>a{
  background-image: url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/images/nav-highlight.png);
  background-position: center bottom;
  background-size: 100% 3px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) and (max-width:1040px){
.header .custom_menu_primary .hs-menu-wrapper>ul>li {
    margin: 0 13px 0 0;
}
}

/* MEDIA QUERY */
@media (min-width: 1024px){
  .header .custom_menu_primary .hs-menu-wrapper>ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    background-image: url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/images/dropdown-bg.png);
  }

  .header .custom_menu_primary .hs-menu-wrapper>ul li.hs-item-has-children:hover ul{
    display: block;
  }
  .header .custom_menu_primary .hs-menu-wrapper>ul{
    display: block !important;
  }
  header.header.lp_header {
    padding-bottom: 11px;
  }

}

@media (max-width: 1023px){
  .header .logo{
    width: 40%;
  }
  .header .social_search_wrap .mobile-toggle{
    display: block;
  }
  .header .custom_menu_primary .hs-menu-wrapper>ul{
    display: none;
    float: none;
    clear: both;
    margin: 10px 0;
  }
  .header .content-wrapper{
    padding: 10px 0;
  }
  .header .custom_menu_primary .hs-menu-wrapper>ul>li {
    display: block;
    margin: 0;
  }
  .header .custom_menu_primary .hs-menu-wrapper>ul ul{
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding-left: 20px;
    display: none;
  }

  .header .custom_menu_primary .hs-menu-wrapper>ul ul li a{
    font-size: 14px;
  }
  .header .custom_menu_primary .hs-menu-wrapper>ul>li span.child-trigger {
    font-family: entypo!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    padding: 5px 0;
    font-size: 30px;
    cursor: pointer;
  }
  .header .custom_menu_primary .hs-menu-wrapper>ul>li span.child-trigger:before{
    content: "";
  }
}

@media (max-width: 767px){
  .header .logo {
    position: absolute;
    top: 45px;
    width: 145px;
  }
  header.header.lp_header .logo {
    position: static;
  }
}

@media (max-width: 341px){
  .header .logo{
    top: 60px;
  }
}
footer.footer {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/images/footer-strip.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 8px;
  padding: 0 0 8px;
}

.footer .content-wrapper {
  margin: 0 auto;
  clear: both;
  padding: 20px 0;
}

.footer .logo img {
  vertical-align: middle;
  border: 0;
  max-width: 205px;
  height: auto;
}

.footer .copyright p {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 12px;
  margin-top: 20px;
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

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

html {
  scroll-behavior: smooth;
}

.contact-page form {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  padding: 40px 0px;
}

.contact-page form .hs-richtext h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #151515;
}

.contact-page form .hs-richtext p {
  color: #595959;
  margin-bottom: 0px;
}

.contact-page form .hs-form-field {
  margin: 0px;
}

.contact-page form .hs-richtext {
  margin-bottom: 30px;
}

.contact-page form .hs-form-field label {
  margin-bottom: 10px;
  display: block;
}

.contact-page form .hs-form-field .input textarea {
  min-height: 124px;
}

.contact-page form .hs-form-field ul li input[type=checkbox] {
  border: 2px solid #ddd;
  border-radius: 3px;
  height: 26px;
  margin-right: 10px;
  position: relative;
  top: 0;
  width: 26px;
  outline: none!important;
}
.bottom_contact_details .contact_details .contact_item {
  margin-top: -11px;
}
.contact-page form .hs-form-field ul li span {
  display: inline;
  line-height: 1.8;
  position: relative;
  cursor: pointer;
  color: #595959;
  top: 2px;
}

.contact-page .bottom_contact_details .contact_details .contact_content img {
  border-radius: 100%;
  max-width: 120px;
}

.contact-page form .inputs-list>li {
  margin: 10px 0px 0px;
}

.contact-page form .hs_submit.hs-submit input.hs-button.primary.large {
  margin-top: 17px;
  font-weight: 700;
}

.contact-page .hs_cos_wrapper_type_form {
  padding: 0px 20px;
  display: block;
}

/* MEDIA QUERY */
@media (max-width: 767px){
  .contact-page form .hs_submit.hs-submit input.hs-button.primary.large {
    margin-top: 26px;
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .bottom_contact_details .contact_details .contact_item {
    margin-top: -20px;
  }
}

/**************************************************************************************************************************************************************************************************************/
.about-page .video-sec p {
  text-align: center;
}

.about-page .video-sec .hs_mod_btn_wrap {
  text-align: center;
  margin: 0 0 15px;
}

.about-page .video-sec .hs_mod_btn_wrap > a {
  color: #fff;
  background: linear-gradient(45deg,#23c4d3 0,#4265b4 100%);
  padding: 10px 0;
  border-radius: 30px;
  margin: 15px 0 0;
  width: 220px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  word-wrap: break-word;
  cursor: pointer;
  font-weight: 700;
}

.about-page .video-sec .hs_mod_btn_wrap > a:hover {
  background: #453b59;
  color: #eaeaea;
}
.hs_home_main .hs_mod_btn_wrap .btn:hover {
  background: #453b59;
  color: #eaeaea;
}
.hs_home_main .hs_mod_btn_wrap .btn {
  background: #eaeaea;
  color: #453b59;
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  margin: 15px 0 0;
  min-width: 160px;
  text-align: center;
}

/***************************************************************************************************************************************************************************************************************/
.body-wrapper{
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
}

.hs_home_main .hs_mod_btn_wrap {
  text-align: center;
}
.hs_learning_main .hs_cos_wrapper_type_rich_text p a{
  color:#878787;
}
.hs_home_main .navigation-primary a{
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  margin: 15px 0 0;
  min-width: 160px;
  text-align: center;
  min-width: 0;
  width: 220px;
  padding: 10px 0;
}

.hs_home_main .navigation-primary ul li:first-child a {
  color: #fff;
  background: #23c4d3;
  background: -moz-linear-gradient(45deg,#23c4d3 0,#4265b4 100%);
  background: -webkit-linear-gradient(45deg,#23c4d3 0,#4265b4 100%);
  background: linear-gradient(45deg,#23c4d3 0,#4265b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23c4d3', endColorstr='#4265b4', GradientType=1 );
}

.hs_home_main .navigation-primary ul li:nth-child(2) a {
  color: #fff;
  background: #4265b4;
  background: -moz-linear-gradient(45deg,#4265b4 0,#5b189a 100%);
  background: -webkit-linear-gradient(45deg,#4265b4 0,#5b189a 100%);
  background: linear-gradient(45deg,#4265b4 0,#5b189a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4265b4', endColorstr='#5b189a', GradientType=1 );
}

.hs_home_main .navigation-primary ul li:nth-child(3) a {
  color: #fff;
  background: #6e1e88;
  background: -moz-linear-gradient(45deg,#6e1e88 0,#e59318 100%);
  background: -webkit-linear-gradient(45deg,#6e1e88 0,#e59318 100%);
  background: linear-gradient(45deg,#6e1e88 0,#e59318 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e1e88', endColorstr='#e59318', GradientType=1 );
}
.hs_home_main .navigation-primary ul li:nth-child(4) a {
  color: #fff;
  background: #ad5c4d;
  background: -moz-linear-gradient(45deg,#ad5c4d 0,#e69318 100%);
  background: -webkit-linear-gradient(45deg,#ad5c4d 0,#e69318 100%);
  background: linear-gradient(45deg,#ad5c4d 0,#e69318 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad5c4d', endColorstr='#e69318', GradientType=1 );
}

.hs_home_main .navigation-primary ul li:nth-child(5) a {
  color: #fff;
  background: #C7EB33;
  background: -moz-linear-gradient(45deg,#C7EB33 0,#3A634F 100%);
  background: -webkit-linear-gradient(45deg,#C7EB33 0,#3A634F 100%);
  background: linear-gradient(45deg,#C7EB33 0,#3A634F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C7EB33', endColorstr='#3A634F', GradientType=1 );
}

.hs_home_main .navigation-primary ul li:nth-child(6) a {
  background: #453b59;
  color: #eaeaea;
}

.hs_home_main .navigation-primary ul li>a:hover {
  background: #453b59!important;
  color: #eaeaea!important;
}

.hs_home_main .navigation-primary ul li:nth-child(6)>a:hover {
  background: #eaeaea!important;
  color: #453b59!important;
}

.hs_home_main .navigation-primary ul {
  list-style: inside;
  padding: 0;
  margin: 20px 0;
  margin-top: 5px;
  text-align: center;
}

.hs_home_main .navigation-primary ul li {
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.hs_home_main .content_wd_tp_icon{
  padding-bottom:0;
}
.hs_full_width_main .hs_cos_wrapper_type_rich_text p strong {
  color: #453b59;
}

.hs_full_width_main .hs_cos_wrapper_type_rich_text a{
  color: #878787;
}

.hs_full_width_main .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100%!important;
  max-height: unset!important;
  margin: 0 0 15px!important;
}
.hs_full_width_main .hs_cos_wrapper_type_rich_text ul,
.hs_full_width_main .hs_cos_wrapper_type_rich_text ol{
  padding: 0 0 0 20px;
  margin: 20px 0;
}

.hs_full_width_main .hs_cos_wrapper_type_rich_text ul {
  list-style-type: inherit;
}
@media (max-width: 767px){
  .hs_home_main .white-btn {
    min-width: 0;
  }
  .contact-page form .hs-form-field ul li span{
    top:0;
  }
}

.workshop-page-content{
  padding:30px 60px; 
}
.workshop-area-header{
  display:flex;
  justify-content:space-between;
  margin-bottom:60px;
  align-items:center;
}
.header.members{
 padding:25px 60px 25px 40px; 
}
@media screen and (max-width: 768px) {
  .workshop-page-content{
    padding:25px; 
  }
  .workshop-area-header{
    flex-direction:column; 
  }
}
.header.members .inner{
  padding:0; 
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.header.members .logo{
  width:250px; 
  float:none;
  position:relative;
  top:0!important;
}
.header.members .links{
  display:flex;
  align-items:center;
  gap:15px;
}
.header.members .links .home{
  color:grey;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
} 
.header.members .links .logout{
  background:#453b59;
  border-radius:20px;
  font-size:12px;
  font-weight:600;
  padding:8px 35px;
  color:#FFF;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:10px;
  transition: all 0.3s ease;
}
.header.members .links .logout:hover{
   background:#615083;
}
.header.members .links .logout:after{
  width:14px;
  height:14px;
  background-image:url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/images/logout.svg);
  background-size:100% auto;
  flex-grow:0;
  flex-shrink:0;
  content:'';
  display:block; 
}
@media screen and (max-width: 768px) {
  .header.members{
     padding:25px; 
    }
  .header.members .inner{
    flex-direction:column; 
    gap:20px;
    align-items:stretch;
  }
  .header.members .logo{
    width:200px; 
  }
  .header.members .links{
    justify-content:space-between; 
  }
}

.workshop-page-content ul{
  display:flex;
  gap:20px;
  justify-content:flex-end
}
.banner-section.members{
  height:100px;
  padding:12px 60px;
  background: rgb(247,147,30);
  background: linear-gradient(90deg, rgba(247,147,30,1) 0%, rgba(109,50,139,1) 46%, rgba(77,57,99,1) 82%, rgba(69,59,89,1) 100%);
  color:#FFF;
  display:flex;  
  align-items:center;
  justify-content:space-between;
}
@media screen and (max-width: 768px) {
  .banner-section.members{
    flex-direction:column;
    align-items:flex-start;
    padding:25px;
    gap:20px;
    height:auto;
  } 
}
.banner-section.members .lp-title{
  font-size:28px;
  color:#FFF;
  font-weight:bold;
  display:flex;
   gap:12px;
  align-items:center;
}
.lp-icon{
  width:70px;
  height:70px;
  background-image:url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/images/lp-icon.svg) ;
  background-size:100% auto;
  background-repeat:no-repeat;
}
.banner-section.members .nav{
  display:flex;
  gap:15px;
}
@media screen and (max-width: 600px) {
  .banner-section.members .nav{
    flex-direction:column;
  }
}
.banner-section.members .nav a{
    background: #23c4d3;
    background: -moz-linear-gradient(45deg,#23c4d3 0,#4265b4 100%);
    background: -webkit-linear-gradient(45deg,#23c4d3,#4265b4);
    background: linear-gradient(45deg,#23c4d3,#4265b4);
    color: #fff;
    display:flex;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23c4d3",endColorstr="#4265b4",GradientType=1);
    border-radius: 30px;
    font-weight: 700;
    min-width: 160px;
    min-width: 0;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size:14px;
    gap:5px;
    align-items:center;
}
.banner-section.members .nav a.completed:after{
  width:20px;
  height:20px;
  background-image:url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/images/tick.svg);
  background-size:100% auto;
  background-repeat:no-repeat;
  flex-grow:0;
  flex-shrink:0;
  content:'';
  display:block;
}
.banner-section.members .nav a.scheduled:after{
  width:20px;
  height:20px;
  background-image:url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/images/clock.svg);
  background-size:100% auto;
  background-repeat:no-repeat;
  flex-grow:0;
  flex-shrink:0;
  content:'';
  display:block;
}
.banner-section.members .nav a.return{
  gap:15px; 
}
.banner-section.members .nav a.return:after{
  width:15px;
  height:15px;
  background-image:url(//26056032.fs1.hubspotusercontent-eu1.net/hubfs/26056032/raw_assets/public/Excel_communications_Aug2022/images/back.svg);
  background-size:100% auto;
  background-repeat:no-repeat;
  flex-grow:0;
  flex-shrink:0;
  content:'';
  display:block;
}
.workshops-member-header{
  padding:30px 60px 0 60px;  
}
.workshops-member-header .inner{
  border-bottom:2px solid #b3b3b3;
  display:flex;
  padding-bottom:40px;
  align-items:center;
}
.workshops-member-header .left-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  flex:1;
}
.workshops-member-header .right-col{
  flex:1;
  text-align:right;
  font-size:14px;
}
@media screen and (max-width: 768px) {
  .workshops-member-header{
    padding:30px 25px 0 25px;  
  }
  .workshops-member-header .inner{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
  }
  .workshops-member-header .right-col{
    text-align:left; 
  }
}

.workshops-member-header .update-details{
    color: grey;
    font-size: 12px;
    font-weight: 700;
    text-decoration:none;
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
}
.workshops-member-header .name{
  color:#453b59;
  font-weight:600;
  margin:0;
  line-height:140%;
  font-size:28px;
} 
.workshops-member-header .company{
  color:#453b59;
  font-weight:600;
  font-size:20px;
  line-height:140%;
} 
.workshop-content-header{
  display:flex;
  flex-direction:column;
  text-align:left;
}

.rs-header-top {
 padding-left: 20px;
  padding-right: 20px;
}
.workshop-content-header .preheader{
  color:#453b59;
  font-weight:600;
  font-size:20px;
  line-height:140%;
  margin-top:10px;
}
.workshop-content-header h1{
  color:#453b59;
  font-weight:600;
  margin:10px 0 30px 0;
  line-height:140%;
  font-size:28px;
}
@media screen and (max-width: 768px) {
  .workshop-content-header{
    text-align:left; 
  }
}
.quick-links{
  background: #29abe2;
  background: -moz-linear-gradient(45deg,#29abe2 0,#0071bc 100%);
  background: -webkit-linear-gradient(45deg,#29abe2,#0071bc);
  background: linear-gradient(45deg,#29abe2,#0071bc);
  border-radius: 50px;
  box-shadow: 0 0 14px -3px #313131;
  display: flex;
  gap:20px;
  justify-content: center;
  align-items:center;
  color:#FFF;
  width:100%;
}
@media screen and (max-width: 768px) {
  .quick-links{
    display:none; 
  }
}
.quick-links span{
  font-size:15px;
  color:#FFF;
  font-weight:600;
}
.quick-links ul{
    display: flex!important;
    gap:30px!important;
    padding:0!important;
    margin:0!important; 
    list-style-type:none;
}
.quick-links ul li{
  float:none!important;
  padding:0!important;
  margin:0!important;  
  line-height:100%!important;
  height:70px;
  border:0!important;
  display:flex;
}
.quick-links ul li a{
  padding:27px 0 27px 0!important;
  color:#FFF;
  line-height:100%!important;
  position:relative;
  font-weight:400;
  font-size:15px;
  text-decoration:none;
  
}
.quick-links ul li a:hover{
  font-weight:600;
} 
.quick-links ul li a:after{
  content:'';
  display:block;
  width:0;
  height:6px;
  background:#f7931e;
  position:absolute;
  bottom:0;
  opacity:0;
  transition: all 0.3s ease;
}
.quick-links ul li a:hover:after{
  width:100%;
  opacity:1;
}
h2.ws-heading{
  color:#453b59;
  font-weight:600;
  margin-bottom:20px;
  font-size:28px;
} 
h2.ws-heading:after{
  width:70px;
  height:6px;
  background:#f7931e;
  display:block;
  content:'';
  margin:10px 0;
}
.workshop-content-module{
  border-bottom:2px solid #b3b3b3;
  padding:0;
} 
.workshop-content-module:not(:has(~ .workshop-content-module)){
  border-bottom:0;
} 
.workshop-content-module:has(.hidden-module){
  border-bottom:0;
  padding:0;
}