*, *: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: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -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: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

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

@media (min-width: 768px) and (max-width: 1139px) {
  .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: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -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: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .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: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -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%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

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



.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: 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: 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,
.dnd-section > .row-fluid ,
.page-center{
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media(max-width: 1199px){
  .content-wrapper, .dnd-section>.row-fluid, .page-center {
    max-width: 970px;
  }
}

@media(max-width: 991px){
  .content-wrapper, .dnd-section>.row-fluid, .page-center {
    max-width: 750px;
  }
}

@media(max-width: 767px){
  .content-wrapper, .dnd-section>.row-fluid, .page-center {
    max-width: 100%;
  }
}


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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
b, strong {
  font-weight: 700;
}@font-face { 
  font-family: effra; 
  src: url("//use.typekit.net/af/d82207/000000000000000000017879/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("//use.typekit.net/af/d82207/000000000000000000017879/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), 
    url("//use.typekit.net/af/d82207/000000000000000000017879/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype"); 
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face { 
  font-family: effra;
  src: url("//use.typekit.net/af/5c84c3/00000000000000000001787b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/5c84c3/00000000000000000001787b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/5c84c3/00000000000000000001787b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-stretch: normal;
}

@font-face { 
  font-family: effra; 
  src: url("//use.typekit.net/af/946b62/00000000000000000001787f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/946b62/00000000000000000001787f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/946b62/00000000000000000001787f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal; 
  font-weight: 700;
  font-stretch: normal;
}

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



body {
  line-height: 1.42857;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin: 0 0 10px;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  text-transform: uppercase;
  line-height: 1.1;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h2,h4 {
  line-height: 1.2em;
}
h3 {
  line-height: 34px;
}
a:focus {
  text-decoration: underline;
}
/* 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 */
b, strong {
  font-weight: 700;
}
code {
  vertical-align: bottom;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Blockquotes */

blockquote {
  background: none;
  font-size: 21px;
  color: rgb(38 8 89);
  line-height: 29px;
  padding-left: 20px;
  border-left: 3px solid rgb(176 188 34) !important;
}

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

/* Labels */

form label {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
.hs-form-field .input {
  position: relative;
}
.hs-form-field .input:before {
  content: ' ';
  position: absolute;
  border-right: 2px solid rgb(176 188 34);
  left: -5px;
  top: 0;
  bottom: 0;
  height: 100%;
}
/* 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 {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 0;
  display: inline-block;
  outline:none;
  padding: 9px 15px;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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 select:focus{
  border-color: rgb(102 175 233);
  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;
}
div#hs-search-module a.hs-button.primary {
  margin-top: 35px;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0px;
  text-align: center;
  white-space: normal;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  margin: 15px 0;
  border: 1px solid;
}

/* 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;
}
section#web-app-bar {
  background: rgb(38 8 89);
}
section#web-app-bar .content-wrapper {
  text-align: right;
  padding: 0 15px;
}
section#web-app-bar .content-wrapper a {
  color: rgb(255 255 255);
  font-size: 13px;
  text-transform: uppercase;
  padding: 12px 10px 10px 0px;
  display: inline-block;
  font-weight: 700;
}
section#web-app-bar .content-wrapper a svg {
  width: 30px;
  margin-top: -5px;
  margin-right: 3px;
  vertical-align: middle;
  fill: rgb(255 255 255);
}
section#web-app-bar .content-wrapper a:hover {
  text-decoration: none;
  color: rgb(176 188 34);
}
section#web-app-bar .content-wrapper a:hover svg {
  fill: rgb(176 188 34);
}
section#top-header {
  padding: 40px 0px 20px;
}
section#top-header .content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  padding: 0 15px;
}
section#top-header .content-wrapper a#hs-link-header_logo_hs_logo_widget img {
  width: 175px !important;
}
section#top-header .content-wrapper:after, section#top-header .content-wrapper:before {
  content: "";
  display: block;
  clear: both;
}
section#top-header .header-logo {
  float: left;
}
section#top-header .top-right {
  text-align: right;
  position: absolute;
  width: 70%;
  right: 15px;
  top: -20px;
}
section#top-header .top-right .helpline {
  vertical-align: top;
  display: inline-block;
  font-size: 22px;
  color: rgb(38 8 89);
  margin-top: -2px;
}
section#top-header .top-right .helpline a {
  padding-right: 30px;
  padding-left: 7px;
  font-weight: 600;
}
section#top-header .top-nav .hs-menu-wrapper>ul {
  margin: 0px;
  list-style: none;
  padding-left: 40px;
}
section#top-header .top-nav .hs-menu-wrapper>ul>li {
  display: inline-block;
  position: relative;
}
section#top-header .top-nav .hs-menu-wrapper>ul>li>a {
  color: rgb(38 8 89);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 7px;
}
section#top-header .top-nav .hs-menu-wrapper>ul>li>a img {
  display: inline-block;
  width: 10px;
  vertical-align: top;
  margin: 9px 8px 0px 3px;
}
section#top-header .top-nav .hs-menu-wrapper>ul>li>ul {
  display: none;
  top: 34px;
  z-index: 99;
  position: absolute;
  background: rgb(255 255 255);
  left: 0px;
  margin: 0px;
  padding: 0px;
}
section#top-header .top-nav {
  position: absolute;
  right: 15px;
  text-align: right;
  bottom: -10px;
}
section#top-header .top-nav .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
}
section#top-header .top-nav .hs-menu-wrapper>ul>li>ul>li {
  display: inline-block;
  position: relative;
}
section#top-header .top-nav .hs-menu-wrapper>ul>li>ul>li>a {
  position: relative;
  text-align: left;
  padding: 8px 14px;
  display: block;
  width: 200px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  border-left: 3px solid rgb(176 188 34);
}
section#top-header .top-nav .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background: rgb(176 188 34);
  color: rgb(255 255 255);
  text-decoration: none;
}
section#top-header .top-nav .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
  color: rgb(176 188 34);
}

@media(max-width: 1100px){
  section#top-header .top-nav .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
}

@media(min-width: 1001px){
  a#toggle-mobile-menu {
    display: none;
  }
  nav#mmenu {
    display: none;
  }
}

@media(max-width: 1000px){
  body {
    overflow-x: hidden;
  }
  section#top-header .top-nav {
    display: none;
  }
  a#toggle-mobile-menu {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0px;
    color: rgb(255 255 255);
    background-color: rgb(176 188 34);
    border-color: rgb(156 166 30);
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
  }
  html {
    overflow-x: hidden;
  }
  .lp section#top-header {
    padding: 20px 0 20px;
  }
  a#toggle-mobile-menu:hover,
  a#toggle-mobile-menu:focus{
    color: rgb(255 255 255);
    background-color: rgb(136 145 26);
    border-color: rgb(107 115 21);
  }
  nav#mmenu {
    background: rgb(176 188 34);
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
  }
  .menu-open nav#mmenu {
    opacity: 1;
  }
  nav#mmenu .mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s;
  }
  nav#mmenu .mm-navbar a.mm-title {
    color: rgb(255 255 255);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 10px 0;
  }
  nav#mmenu .mm-navbar.hs-menu-wrapper>ul>li {
    position: relative;
  }
  nav#mmenu .hs-menu-wrapper>ul>li>a {
    -webkit-tap-highlight-color: rgb(255 255 255 / 50%);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    margin-right: 50px;
    font-size: 14px;
    line-height: 20px;
    transition: all .3s;
  }
  nav#mmenu .hs-menu-wrapper {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
    padding-top: 40px;
  }
  nav#mmenu .hs-menu-wrapper>ul {
    margin: 0 -20px;
  }
  nav#mmenu .hs-menu-wrapper>ul>li {
    position: relative;
  }
  nav#mmenu .hs-menu-wrapper>ul>li:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px;
    border-color: rgb(255 255 255);
    transition: all .3s;
  }
  button.mm-next {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: rgb(3 2 1 / 0%);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    z-index: 2;
    border-color: rgb(255 255 255);
    color: rgb(255 255 255);
    border-radius: 0;
    border-left: 0;
    transition: all .3s;
    background: rgb(0 0 0 / 0%) !important;
  }
  button.mm-next span.mm-sronly {
    display: none;
  }
  button.mm-next:after {
    content: '';
    border-top: 2px solid rgb(0 0 0 / 0%);
    border-left: 2px solid rgb(0 0 0 / 0%);
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
    border-color: rgb(255 255 255);
  }
  button.mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-color: rgb(255 255 255);
  }
  .body-wrapper {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 99;
    position: relative;
    background: rgb(255 255 255);
  }
  .menu-open .body-wrapper {
    -webkit-transform: translate(440px,0);
    -ms-transform: translate(440px,0);
    transform: translate(440px,0);
    -webkit-transform: translate3d(440px,0,0);
    transform: translate3d(440px,0,0);
  }
  body.menu-open {
    overflow: hidden;
  }
  nav#mmenu .hs-menu-wrapper>ul>li>a.child-open,
  nav#mmenu .hs-menu-wrapper.child-open .mm-navbar,
  nav#mmenu .hs-menu-wrapper.child-open button.mm-next{
    transform: translateX(-130px);
  }
  nav#mmenu .hs-menu-wrapper.child-open>ul>li:after {
    left: -90px;
  }
  nav#mmenu .hs-menu-wrapper>ul>li>ul {
    -webkit-overflow-scrolling: touch;
    background: inherit;
    border-color: inherit;
    bottom: auto;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px 20px 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    background: rgb(176 188 34);
    height: 100vh;
    z-index: 9;
    width: 440px;
  }
  nav#mmenu .hs-menu-wrapper.child-open>ul>li.child-active>ul {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  nav#mmenu .hs-menu-wrapper>ul>li>ul>li:after {
    left: 20px;
    border-color: rgb(255 255 255);
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  nav#mmenu .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
  }
  nav#mmenu .hs-menu-wrapper>ul>li>ul>li>a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    -webkit-tap-highlight-color: rgb(255 255 255 / 50%);
    font-size: 14px;
    line-height: 20px;
  }
  nav#mmenu .hs-menu-wrapper>ul>li>ul>li {
    margin: 0 -20px;
  }
  .custom-parent-link {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .custom-parent-link button.mm-btn.mm-prev {
    color: rgb(255 255 255);
    left: 0;
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgb(0 0 0 / 0%) !important;
    border: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
  }
  .custom-parent-link button.mm-btn.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
    content: '';
    border-top: 2px solid rgb(0 0 0 / 0%);
    border-left: 2px solid rgb(0 0 0 / 0%);
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    border-color: rgb(255 255 255);
  }
  .custom-parent-link a {
    color: rgb(255 255 255) !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 10px 0;
  }
}


@media(max-width: 700px){
  section#top-header .content-wrapper a#hs-link-header_logo_hs_logo_widget img {
    width: 100px!important;
    margin-top: 5px;
    display: inline-block;
  }
  section#top-header .top-right {
    width: 100%;
    right: 0;
    padding: 0px 15px;
  }
  section#top-header .top-right .helpline {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-top: -17px;
  }
  section#top-header .top-right .helpline a {
    padding: 0;
  }
}


@media(max-width: 549px){
  .menu-open .body-wrapper {
    -webkit-transform: translate(80%,0);
    -ms-transform: translate(80%,0);
    transform: translate(80%,0);
    -webkit-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0);
  }
  nav#mmenu .hs-menu-wrapper>ul>li>ul {
    width: calc(100vw - 20%);
  }
}
.footer {
  font-size: 10px;
  color: rgb(125 114 160);
  background: rgb(38 8 89);
  padding: 20px 0px;
}
.footer .footer-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 3px;
}
.footer .footer-menu ul li a {
  color: rgb(255 255 255);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 8px;
}
.footer .copyright {
  text-align: center;
  margin: 30px 0px;
}
.footer-logo img {
  width: 88px !important;
  display: inline-block;
}
.footer .footer-menu ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.footer .content-wrapper {
  padding: 0 15px;
}
.footer.lp {
  padding-top: 57px;
}
/* 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 */

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



@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;
  }
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section>.row-fluid {
  padding: 0;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
a.btn:focus {
  text-decoration: none;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field .input:before {
  display: none;
}
.two-col-right-section-one .dnd-section>.row-fluid {
  padding: 0;
}

.two-col-right-main {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.two-col-right-main .row:after, 
.two-col-right-main .row:before {
  content: "";
  display: block;
  clear: both;
}
.two-col-right-main .two-col-left {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.two-col-right-main .sidebar {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.two-col-right-main .dnd-section>.row-fluid {
  padding: 0;
}
.two-col-right-main .two-col-left h3 {
  margin-top: 1.5em;
}
.two-col-right-main blockquote {
  margin: 30px 0px;
}
.two-col-right-main .sidebar h3 {
  margin-top: 0px;
}
.two-col-right-main .sidebar h3 a {
  color: rgb(38 8 89);
}
.two-col-right-main .sidebar .hs-menu-wrapper ul>li {
  list-style: none;
  margin: 7px 0px;
}
.two-col-right-main .sidebar .hs-menu-wrapper>ul>li>a {
  margin-left: 6px;
  display: block;
  padding: 6px 15px;
  font-size: 16px;
  background: rgb(240 235 227);
  color: rgb(38 8 89);
  text-transform: uppercase;
  position: relative;
  line-height: 1.42857;
}
.two-col-right-main .sidebar .hs-menu-wrapper>ul>li>a:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 0px;
  bottom: 0px;
  width: 3px;
  background: rgb(176 188 34);
}
.two-col-right-main .sidebar .hs-menu-wrapper>ul>li:first-child {
  margin-top: 0;
}
.two-col-right-main .sidebar .hs-menu-wrapper>ul>li>a:hover {
  background: rgb(176 188 34);
  color: rgb(255 255 255);
  text-decoration: none;
}
.two-col-right-main:before,
.besca-member-section-one:after,
.post-wrap:before{
  width: 438px;
  height: 397px;
  position: absolute;
  content: '';
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/BESCA__September2022/images/tick-bg.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  bottom: 0px;
  right: 0px;
}
.two-col-right-main .two-col-left h4 {
  margin-top: 1.5em;
}
.two-col-right-main .sidebar .hs-menu-wrapper>ul>li>a:hover:before {
  width: 6px;
}
.two-col-right-main p span {
  font-size: 18px;
  line-height: 29px;
  color: rgb(38 8 89);
}
.two-col-right-main .content-wrapper {
  position: relative;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li.active>a {
  margin-left: 0px;
  background: rgb(176 188 34);
  color: rgb(255 255 255);
  position: relative;
  padding-left: 23px;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li.active {
  margin-left: -5px;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li.active>a:after {
  position: absolute;
  content: "";
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/BESCA__September2022/images/arrow-left.svg);
  width: 6px;
  height: 10px;
  left: 7px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li.active>a:before {
  display: none;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-file-o:before {
  content: "\f016";
}

.two-col-right-main .two-col-left table {
  background-color: rgb(0 0 0 / 0%);
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin: 0;
}
.two-col-right-main .two-col-left table tbody td {
  padding: 0;
  border: 0;
  word-break: keep-all;
  vertical-align: middle;
}
.two-col-right-main .two-col-left h2:first-of-type {
  margin-top: 0;
}
.two-col-right-main .sidebar h3 a:hover {
  color: rgb(176 188 34);
  text-decoration: none;
}
.fa-check:before {
  content: "\f00c";
}
.two-col-right-main .two-col-left .hs-responsive-embed-inner-wrapper {
  padding: 0 !important;
}
.two-col-right-main .two-col-left iframe.hs-responsive-embed-iframe {
  position: static !important;
  height: 480px !important;
  width: 100% !important;
}
.two-col-right-main .two-col-left .hs-responsive-embed-wrapper {
  max-height: unset !important;
  overflow: visible !important;
}
.two-col-right-main .two-col-left .hs-responsive-embed-inner-wrapper {
  padding: 0 !important;
  overflow: visible !important;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li ul {
  left: 0;
  position: static;
  opacity: 1;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li ul li {
  list-style: none;
  margin: 7px 0px !important;
  margin-left: -5px !important;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li ul li {
  list-style: none;
  margin: 7px 0 7px 0!important;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li.active-branch ul li.active a {
  margin-left: 0px;
  background: #B0BC22;
  color: #fff;
  position: relative;
  padding-left: 23px !important;
  font-size: 14px;
  padding: 4px 15px;
  display: block;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li ul li a {
  background: none;
  font-size: 14px;
  padding: 4px 15px;
  margin-left: 6px;
  display: block;
  color: #260859;
  text-transform: uppercase;
  position: relative;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li ul li a:hover {
  background: #fff;
  color: #B0BC22;
}
.two-col-right-main .sidebar .hs-menu-wrapper ul li ul li.active {
  margin-left: -5px !important;
}
.two-col-right-main .sidebar .sidebar-title h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  color: #260859;
  margin-top: 20px;
  margin-bottom: 15px;
}
.two-col-right-main .sidebar .sidebar-content h5 {
  color: #B0BC22;
  margin-top: 10px;
  margin-bottom: 10px;
}
.two-col-right-main .sidebar .sidebar-content .dnd-section>.row-fluid {
  margin: 0 0 5px;
}
.two-col-right-main .two-col-left .contact-content form .hs-form-field {
  margin: 20px 0px;
  margin-right: -15px;
  margin-left: -15px;
}
.two-col-right-main .two-col-left .contact-content form .hs-form-field>label {
  margin-left: -5px;
}
.two-col-right-main .two-col-left .contact-content form {
  padding: 0 20px;
  width: 58.93333%;
  float: left;
}
.two-col-right-main .two-col-left .contact-content form .hs-form-required {
  display: none;
}
.two-col-right-main .two-col-left .contact-content form .hs-input {
  padding: 18px 15px;
  display: block;
  width: 100%;
  height: 32px;
}
.two-col-right-main .two-col-left .contact-content form textarea {
  min-height: 118px;
}
.two-col-right-main .two-col-left .contact-content form .hs-button {
  margin: 0;
  border: 0;
}
.two-col-right-main .two-col-left .contact-content form .hs_submit{
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
}
.two-col-right-main .two-col-left .contact-content form .hs_error_rollup {
  margin: 0 -15px;
}
.hs_error_rollup label.hs-main-font-element,
.hs-error-msg {
  color: #f00;
}
.two-col-right-main .two-col-left .contact-content form .hs-input.invalid.error {
  border-color: #ccc;
}
.two-col-right-main .two-col-left .contact-content form .hs-input.invalid.error:focus {
  border-color: #66afe9;
}
.home_page_row1 .dnd-section>.row-fluid {
  padding: 0;
}
.home_page_row2 .dnd-section>.row-fluid {
  padding: 0;
}
.home_page_row1 {
  line-height: 0;
}
.home_page_row4 p {
  font-size: 18px;
}
.home_page_row4 .span6 {
  width: 50% !important;
  margin: 0 !important;
  padding: 0 15px !important;
}
.home_page_row4 .span6:first-child {
  padding-left: 0 !important;
}
.home_page_row4 .span6:last-child {
  padding-right: 0 !important;
}
.home_page_row4 .span6:last-child a {
  display: block;
  border-bottom: 3px solid #f1f1f1;
  padding: 3px 0px;
  text-transform: uppercase;
}
.home_page_row2:after {
  width: 438px;
  height: 397px;
  position: absolute;
  content: '';
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/BESCA__September2022/images/tick-bg.svg);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  bottom: 0px;
  right: 0px;
}
main.body-container-wrapper {
  position: relative;
  overflow: hidden;
}
.home_page_row4,
.home_page_row3{
  position: relative;
  z-index: 999;
}
.two-col-right-section-two .hygiene-register {
  padding: 0;
  margin: 0 -15px;
}
.two-col-right-section-two .hygiene-register .register-item {
  width: 33.3%;
}
.scheme-board-members .scheme-box.board-member:before,
.schemes-wrapper .scheme-box:before{
  background-image: url(https://25215107.fs1.hubspotusercontent-eu1.net/hubfs/25215107/raw_assets/public/BESCA__September2022/images/tick-bg.svg);
}
.sidebar img.hs-image-widget {
  display: block;
  margin: 23px auto;
  max-width: 262.5px !important;
  width: 100%;
}
.two-col-right-main .two-col-left table tbody td {
  padding-right: 10px;
}
.two-col-right-main .two-col-left .contact-content form .hs-button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media(max-width: 992px){
  .two-col-right-main .sidebar h3 {
    margin-top: 40px;
  }
}

@media(max-width: 991px){
  .two-col-right-section-two .hygiene-register .register-item {
    width: 100%;
  }
  .two-col-right-main .two-col-left,
  .two-col-right-main .sidebar{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .two-col-right-main .two-col-left .contact-content form {
    float: left;
    padding: 0 20px;
    width: 100%;
  }
  .home_page_row4 .span6 {
    margin: 0!important;
    padding: 0 15px!important;
    width: 100%!important;
  }
  .home_page_row4 .dnd-section>.row-fluid {
    display: block !important;
  }
  .home_page_row4 .dnd-section>.row-fluid {
    display: block !important;
  }
  .home_page_row4 p:last-of-type {
    margin: 0 0 -3px;
  }
  .home_page_row4 .span6:last-child {
    padding-right: 0!important;
    padding-left: 0 !important;
  }
  .two-col-right-main .sidebar {
    margin-bottom: 53px;
  }
  .two-col-right-main .sidebar .hs-menu-wrapper ul>li {
    list-style: none;
    margin: 0 0 7px;
  }
  .sidebar img.hs-image-widget {
    display: block;
    margin: 23px auto -23px;
    max-width: 262.5px !important;
    width: 100%;
  }
}

@media(max-width: 767px){
  .two-col-right-main .two-col-left table tbody td {
    padding-right: 10px;
  }
}

@media(max-width: 500px){
  .two-col-right-section-two .hygiene-register .register-item .homepage-c2a {
    padding: 0px 15px;
  }
}

@media(max-width: 450px){
  .two-col-right-main .two-col-left table {
    width: 100% !important;
  }
}

@media(max-width: 350px){
  .two-col-right-main h2 {
    font-size: 34px;
  }
  .home-sldier-wrapper .bg-img .inner h1 {
    word-break: keep-all;
  }
}