*, *: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.
 */

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.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: 991px) {
  .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;
}


@media (min-width: 992px) {
  .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: 768px) {
  .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 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 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;
  }
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;  
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: BariolRegular;
  src: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/Skillcard_April2022/fonts/bariol_regular-webfont.eot) format('embedded-opentype'),
    url("https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/fonts/bariol_regular-webfont.woff") format("woff"),
      url("https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/fonts/bariol_regular-webfont.svg") format("svg"),
        url("https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/fonts/bariol_regular-webfont.ttf") format("truetype");
          }
@font-face {
  font-family: BariolBold;
  src: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/Skillcard_April2022/fonts/BariolBold.eot) format('embedded-opentype'),
    url("https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/fonts/BariolBold.woff") format("woff"),
      url("https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/fonts/BariolBold.ttf") format("ttf");
        }

@font-face {
  font-family: FontAwesome;
  src: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/Skillcard_April2022/fonts/fontawesome-webfont.eot) format('embedded-opentype'),
    url("https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/fonts/fontawesome-webfont.woff") format("woff"),
      url("https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/fonts/fontawesome-webfont.svg") format("svg"),
        url("https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/fonts/fontawesome-webfont.ttf") format("truetype");
          font-weight: 400;
          font-style: normal
          }

body {
  line-height: 1.42857143;
}

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


img{
  max-width:100%;
}


/* Paragraphs */

p {
  margin: 0 0 10px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:focus,
a:hover{
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

h1{
  line-height:0.916666667;
}

h3, h4{
  line-height: 1.42857143;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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: 15px;
}

/* Labels */

form label {
  display: block;
  padding-top: 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

/* 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 {
  width: 100%;
  height: auto;
  font-family: inherit;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-size: 20px;
  padding: 9px 15px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form textarea:focus{
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

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: 1rem !important;
}

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  font: inherit;
  cursor: pointer;
  display: inline-block;
  background-color: #00a399;
  padding: 4px 15px 6px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  font-family: BariolBold;
  text-transform: lowercase;
  line-height: inherit;
  text-decoration:none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}



table {
  font-size: 18px;
  color: #3e525c;
  border-collapse: collapse;
  margin-bottom: 1px;
  border: none;
  overflow-wrap: unset;
}

table tr:first-child td {
  background-color: #00A399;
  color: #fff;
  padding-top: 40px!important
}

table tr:last-child td {
  padding-bottom: 30px!important
}

table tr:first-child td:first-child {
  background:url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/table-top-left.png) #00A399 no-repeat top left;
  background-size:40px 40px;
  padding-left: 20px;
}

table tr:first-child td:last-child {
  background-size:40px 40px;
}

table tr:last-child td:first-child {
  background:url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/table-bottom-left.png) #EBE8E7 no-repeat bottom left;
  background-size:40px 40px;

}

table tr:last-child td:last-child {
  background:url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/table-bottom-right.png) #EBE8E7 no-repeat bottom right;
  background-size:40px 40px;
}

table tr td {
  background-color: #EBE8E7;
  vertical-align: top;
  width: 5%;
  padding: 10px 15px;
  border: 4px solid #fff;
}

table tr:first-child td {
    font-family: BariolBold;
}
header.header {
  background-color: #fff;
}

header.header .top-nav {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  position: relative;
  padding-bottom: 10px;
}

.header-inner {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

header img.hs-image-widget {
  max-width: 100%;
  display:block;
}

.active-cards {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.active-cards .number {
  border-radius: 5px 5px 16px;
  background-color: #00a399;
  border: 2px solid #00a399;
  padding: 0 22px 0 15px;
  height: 35px;
  line-height: 28px;
  color: #C7EBE9;
  font-size: 16px;
  display: none;
}

.active-cards .number .hs_cos_wrapper_type_text > span {
  font-size: 21px;
  color: #fff;
}


.active-cards form {
  display: inline-block;
}

.active-cards form input {
  margin: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 35px;
  border: 2px solid #EAEAEA;
  border-right: none;
  padding: 1px 2px;
  border-radius: 0;
  width: auto;
  margin-right: -4px;
  display: inline-block;
  box-shadow: none;
}

.active-cards form button {
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: button;
  cursor: pointer;
  line-height: inherit;
  text-transform: none;
  height: 35px;
  color: #fff;
  padding: 0 10px;
  background-color: #00a399;
  border: 2px solid #00a399;
  border-radius: 0 6px 16px 0;
}

.active-cards form button .hs_cos_wrapper_type_icon {
  display: none;
}

.active-cards form button:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
}

.active-cards div#hs_cos_wrapper_search_input {
  display: inline-block;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

.safari .active-cards form input{
  min-width: 172px
}

/* Menu */

.custom-menu-primary {
  bottom: -10px;
  right: 0;
  position: absolute;
  z-index: 100;
  text-transform: lowercase;
}

.custom-menu-primary .hs-menu-wrapper > ul li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  padding-bottom: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul li a {
  font-size: 18px;
  color: #3e525c;
  font-family: BariolBold;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper > ul li.menu-button a.cta_button {
  background-color: #00a399;
  padding: 4px 15px 6px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: BariolBold;
  margin-top: 10px;
  font-size: 18px;
  color: #3e525c;
  text-transform: lowercase;
  text-decoration: none;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: unset;
}

a#mobile-nav-btn {
  float: right;
  font-size: 2em;
  margin-right: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul:after {
  content: "";
  clear: both;
  display: block;
}

.header-inner a#hs-link-header_logo_hs_logo_widget {
  line-height: 0;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul li a:hover {
  color: #00a399;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
  background-color: #fff;
  background-color: rgba(255,255,255,.9);
  top: 35px !important;
  min-width: 250px;
  padding-left: 0;
  margin: 0;
  position: absolute;
  display: none;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > ul.hs-menu-children-wrapper li {
  padding: 15px 25px;
  border-top: 1px solid #ddd;
  display: block;
  margin: 0;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > ul.hs-menu-children-wrapper li a {
  font-size: 18px;
  color: #3e525c;
  font-family: BariolBold;
  white-space: normal;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > ul.hs-menu-children-wrapper li a:hover {
  color: #00a399;
  text-decoration: none;
}


.active-cards ul.hs-search-field__suggestions {
  position: absolute;
  z-index: 99999;
  background: #fff;
  text-align: left;
}

.active-cards .hs-search-field.hs-search-field--open {
  position: relative;
}

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

.header-inner .widget-type-logo {
  line-height: 0;
}

.active-cards form input:focus {
  box-shadow: none;
}

a#mobile-nav-btn:focus {
  color: #23527c;
}

@media (min-width: 768px){

  .active-cards .number {
    display: inline-block;
  }

}

@media (min-width: 992px){

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }

  a#mobile-nav-btn{
    display:none;
  }

}

@media (max-width: 1199px) and (min-width: 992px){

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    font-size: 16px;
  }

}

@media (max-width: 991px) {

  .custom-menu-primary .hs-menu-wrapper>ul {
    display: none;
    margin-bottom: 0;
  }

  .mm-menu ul.mm-listview {
    display: block;
  }

  .mm-menu ul.mm-listview li.hs-item-has-children > a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .fa, .fa-stack {
    display: inline-block;
  }

  nav#menu {
    z-index: 1000;
  }

  html.mm-opening .body-wrapper.mm-slideout {
    transform: none !important;
  }

  .active-cards {
    right: 10px;
  }

}


@media (max-width:350px){

  .active-cards form input {
    min-width: 100px;
    max-width: 100px;
  }

}
footer.footer {
  background-color: #ebe8e7;
  width: 100%;
  min-height: 100px;
  padding: 20px 0;
}

footer.footer .footer__container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-menu {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-logos {
  text-align: right;
  padding: 10px 0;
}

footer.footer .row > div {
  float: left;
}

.footer-logos img.hs-image-widget {
  max-width: 100%;
  vertical-align: top;
  margin-left: 0;
}

.footer-menu .hs-menu-wrapper ul {
  margin: 0;
  padding-left: 0;
  display: block;
}

.footer-menu .hs-menu-wrapper ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.footer-menu .hs-menu-wrapper ul li a {
  font-size: 15px;
  color: #777371;
  font-family: BariolBold;
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper ul li a:hover {
  text-decoration: underline;
  color: #00a399;
}

@media (min-width: 992px){

  .footer-menu{
    width: 66.66666667%;
  }

  .footer-logos{
    width: 33.33333333%;
  }

}

@media (max-width: 991px){

  footer.footer .row>div {
    float: none;
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.body-wrapper [class*="force-full-width-section"].dnd-section ,
.body-wrapper [class*="force-full-width-section"].dnd-section > .row-fluid ,
.body-wrapper [class*="force-full-width-section"].dnd-section ,
.body-wrapper [class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 0;
}

body.modal-open {
  overflow: hidden;
  padding-right: 17px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.homepage-slider .hero.slide {
  background: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/gradient.jpg) repeat-x #ece8e6;
}

/* Sidebar Menu */

.tw-col-rgt-pg .sidebar-nav ul li.hs-menu-item>a {
  background-color: #00a399;
  color: #fff;
  border-radius: 5px 5px 20px;
  position: relative;
  margin-bottom: 8px;
  font-size: 21px;
  list-style: none;
  white-space: normal;
  font-family: BariolRegular;
  padding: 7px 12px;
  color: #fff;
  display: block;
  text-decoration: none
}

.tw-col-rgt-pg .sidebar-nav ul li.hs-menu-item.active > a {
  background-color: #d3cdc9
}

.tw-col-rgt-pg .sidebar-nav ul li.hs-menu-item.active > a:hover {
  background-color: #3e525c
}

.tw-col-rgt-pg .sidebar-nav ul li.hs-menu-item > a:hover {
  background-color: #3e525c
}

.tw-col-rgt-pg .sidebar-nav .hs-menu-wrapper > ul {
  margin-bottom: 10px
}

.tw-col-rgt-pg .sidebar-nav ul li.hs-menu-item:last-child > a {
  margin-bottom: 0
}

.hs-responsive-embed-wrapper {
  min-width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important
}

.tw-col-rgt-pg .sidebar-nav .hs-menu-wrapper > ul > li.hs-menu-item,
.tw-col-rgt-pg .sidebar-nav .hs-menu-wrapper > ul > li.hs-menu-item.active-branch > a {
  display: none;
}

.tw-col-rgt-pg .sidebar-nav ul li.hs-menu-item.active-branch, 
.tw-col-rgt-pg .sidebar-nav ul li.hs-menu-item.active-branch > ul {
  display: block;
  position: static;
  opacity: 1;
}

.tw-col-rgt-pg .sidebar-nav .hs-menu-wrapper > ul > li.hs-menu-item.active-branch:hover {
  background: transparent;
}

.tw-col-rgt-pg .sidebar-nav .hs-menu-wrapper > ul ul ul {
  display: none !important;
}

.cm-accordion .accordion-title {
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/icon-plus.png);
}

.cm-accordion .accordion-title.accordion-selected {
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/icon-minus.png);
}

.cm-accordion .accordion-title.accordion-selected:hover {
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/icon-minus-hover.png);
}

.cm-accordion .accordion-title:hover {
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/icon-plus-hover.png);
}

.cm-role-wrp a.occ-picker {
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/untick.png);
}

.cm-role-wrp a.occ-picker.picker-selected {
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/tick.png);
}

.cm-role-wrp .card-table table tr:first-child td:first-child {
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/table-top-left.png) #00a399 no-repeat top left) #00A399 no-repeat top left;
}

.cm-role-wrp .card-table table tr td span {
  max-width: 100% !important;
  float: none !important;
}

.migration .dnd-section>.row-fluid>[class*="span"].dnd-module {
  margin-bottom: 20px;
}


@media (max-width:991px) {

  .tw-col-rgt-pg .left-content{
    padding-right:15px !important;
  }

  .tw-col-rgt-pg .sidebar-nav .hs-menu-wrapper>ul {
    width: 100%;
  }

}


.body-full-width-page .dnd-section>.row-fluid>div{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.body-full-width-page form label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  padding:0;
  font-size: 16px;
  color: #302b28;
}

.body-full-width-page form input::-webkit-input-placeholder{
  color: #999;
}

.body-full-width-page form .hs-button{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-image: none;
  font-family: inherit;
  vertical-align: middle;
  color: #333;
  background-color: #fff;
  text-transform: capitalize;
  margin: 0;
}
.body-full-width-page form .hs-button:focus{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.body-full-width-page form .hs-button:hover{
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.body-full-width-page .hs-form-required{
  display:none;
}


.body-full-width-page .hs-error-msg,
.body-full-width-page .hs-error-msgs > li > label{
  color: #a94442;
  margin-top: 0;
  font-weight: 400;
}
.body-full-width-page .hs-error-msgs > li{
  margin-top: 0;
}

.body-full-width-page .hs-input.invalid.error{
  border-color: #ccc;
}




.tw-col-rgt-pg .left-content {
  padding-top: 50px;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 15px;
}
.tw-col-rgt-pg .sidebar-nav {
  padding-top: 30px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.tw-col-rgt-pg .hs-form-field{
  margin-right: -15px;
  margin-left: -15px;
}
.tw-col-rgt-pg .hs-form-field > label{
  padding-top: 12px;
  margin-bottom: 0;
  text-align: right;
  color: #3e525c;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  max-width: 100%;
}

.tw-col-rgt-pg .hs-form-field .input{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tw-col-rgt-pg .hs-form-field:before,
.tw-col-rgt-pg .hs-form-field:after,
.tw-col-rgt-pg .hs_submit:before,
.tw-col-rgt-pg .hs_submit:after{
  content:'';
  display:table;
  clear:both;
}
.tw-col-rgt-pg .hs-form-required{
  display:none;
}
.tw-col-rgt-pg .hs_submit{
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.tw-col-rgt-pg .actions{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.tw-col-rgt-pg .hs-button{
  background-color: #00a399;
  padding: 4px 15px 6px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  font-family: BariolBold;
  border:0;
}
.tw-col-rgt-pg .hs-error-msg{
  font-family: BariolRegular, Fallback, sans-serif;
  font-size: 16px;
  color: #302b28;
  margin: 0;
}
.tw-col-rgt-pg .left-content ul.hs-error-msgs{
  clear: both;
  text-align: center;
}
.tw-col-rgt-pg .hs-input.invalid.error{
  border-color: #ccc;
}
.tw-col-rgt-pg > .content-wrapper{
  padding-right: 15px;
  padding-left: 15px;
}
.detail-box-wrap .speechbubble-bottom{
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/Skillcard_April2022/images/speech-bottom-01.png);
}

.tw-col-rgt-pg .iframe_wrapper{
  padding-top: 0;
}
.tw-col-rgt-pg .left-content h3,
.tw-col-rgt-pg .left-content h4{
  margin-top: 0;
}

.tw-col-rgt-pg .left-content p:first-child > span{
  float: right;
}

.body-container-wrapper a:focus {
    color: #23527c;
    text-decoration: underline;
}

@media (min-width: 700px){
  .tw-col-rgt-pg .left-content p:first-child > span{
    max-width:40%;
  }
}


@media (min-width: 768px){
  .tw-col-rgt-pg .hs-form-field > label{
    width: 16.66666667%;  
    float: left;
  }
  .tw-col-rgt-pg .hs-form-field .input{
    width: 75%;
    float: left;
  }
  .tw-col-rgt-pg .actions{
    width: 83.33333333%;
    float: left;
  }
  .tw-col-rgt-pg .actions{
    margin-left: 16.66666667%;
  }
}


@media (min-width: 992px){
  .body-full-width-page .dnd-section>.row-fluid>div{
    margin-left: 25%;
    width: 50%;
  }
  .tw-col-rgt-pg .left-content {
    width: 75%;
    float: left;
  }
  .tw-col-rgt-pg .sidebar-nav {
    width: 25%;
    float: left;
  }
}