*, *: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 ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid{
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 10px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Open Sans";
  src: url("https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/Videor_April2023/Fonts/OpenSans-Light.eot") format("eot"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/opensans-300.woff2) format("woff2"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans-Light.woff) format("woff"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans-Light.ttf) format("truetype"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans-Light.svg) format("svg");
  font-style: normal; 
  font-weight: 300;
  font-display: auto;
}

@font-face { 
  font-family: "Open Sans"; 
  src: url("https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/Videor_April2023/Fonts/OpenSans.eot") format("eot"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/opensans-400.woff2) format("woff2"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans.woff) format("woff"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans.ttf) format("truetype"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans.svg) format("svg");
  font-style: normal; 
  font-weight: 400; 
  font-display: auto; 
}

@font-face { 
  font-family: "Open Sans";
  src: url("https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/Videor_April2023/Fonts/OpenSans-Semibold.eot") format("eot"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/opensans-600.woff2) format("woff2"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans-Semibold.woff) format("woff"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans-Semibold.ttf) format("truetype"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans-Semibold.svg) format("svg");
  font-style: normal; 
  font-weight: 600;
  font-display: auto;
}

@font-face { 
  font-family: "videor-icons"; 
  src: url("https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/Videor_April2023/Fonts/videor-icons.eot") format("eot"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/videor-icons.woff2) format("woff2"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/videor-icons.woff) format("woff"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/videor-icons.ttf) format("truetype"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/videor-icons.svg) format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

@font-face { 
  font-family: "videor-icons"; 
  src: url("https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/Videor_April2023/Fonts/Blank-Theme-Icons.eot") format("eot"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/Blank-Theme-Icons.woff2) format("woff2"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/Blank-Theme-Icons.woff) format("woff"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/Blank-Theme-Icons.ttf) format("truetype"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/Blank-Theme-Icons.svg) format("svg");
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: "Open Sans";
  src: url("https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/Videor_April2023/Fonts/OpenSans-Bold.eot") format("eot"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/opensans-700.woff2) format("woff2"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans-Bold.woff) format("woff"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans-Bold.ttf) format("truetype"),
    url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/fonts/OpenSans-Bold.svg) format("svg");
  font-style: normal; 
  font-weight: 700;
  font-display: auto;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body {
  line-height: 2.1rem;
}

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

/* Paragraphs */

p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: color .25s,background .25s,background-color .25s,border-color .25s;
}


/* Headings */

h1{
  margin-top: 0rem;
  margin-bottom: 2rem;
  line-height: 3.2rem;
}

h2 {
  line-height: 2.7rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  line-height: 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  line-height: 2.1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h5 {
  line-height: 2.1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h6 {
  line-height: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h1, h2, .h1, .h2 {
  text-transform: uppercase;
}

/* Lists */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none none;
}

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

img {
  max-width: 100%;
}
button,
.button {
  line-height: 2.2rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  -webkit-appearance: none ;
  appearance: none ;
  transition: color .25s,background .25s,background-color .25s,border-color .25s;
  text-decoration: none;
}

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 {
  margin-bottom: 5px;
  display: inline-block;
}


/* 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 {
  padding: 0 25px 0 15px;
  background-clip: padding-box;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1.4rem;
  height: 32px;
  line-height: 2.1rem;
  vertical-align: baseline;
  width: 100%;
  display:block;
  outline:none;
  border-radius: .5rem;
  border-color: rgb(57 56 55/1);
  border-width: 2px;
  background-color:#FFFFFF;
}

.form-title {
  font-size: 20px;
}

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 {
  aborder-color: #ff0000;
}

.hs-error-msg,
label.hs-main-font-element,
.systems-page ul.no-list.hs-error-msgs li label{
  color: #ff0000;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  line-height: 2.2rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  -webkit-appearance: none ;
  appearance: none ;
  transition: color .25s,background .25s,background-color .25s,border-color .25s;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.field .input a.hs-button {
  margin-top: 15px;
}


@media (max-width:767px){
  .migration form.hs-form{
    margin-top:30px;
  }
}
/* 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:realtive;
  z-index:99;
}

header.header ul{
  list-style:none;
  margin:0;
  padding:0;
}

.mobile-logo {
  display: none;
}

.header-row .logo-wrapper a img {
  max-width: 100px;
  max-height: 95px;
  width: 100px;
}

.header-row .top-header-wrapper a {
  border-radius: 40px;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  transition: color .25s,background .25s,background-color .25s,border-color .25s;
  text-decoration: none;
  font-size: 1rem;
  line-height: 2.2rem;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 600;
  margin: 0;
  background: #009475;
  border: none;
  padding: 1px 12px;
  color: #fff;
}

/* header form styling  */
.form.minisearch {
  position: relative;
}

.form.minisearch .input-text {
  height: 42px;
  padding: 5px 15px;
  color: #009475;
  max-width: 100%;
  z-index: 100;
  position: relative;
}

.form.minisearch .actions .inner-btn {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  font: normal normal normal 0/0 'Open Sans';
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  pointer-events: none;
  opacity: .5;
}

.form.minisearch .actions .inner-btn:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  content: '';
  overflow: hidden;
  display: block;
  width: 26px;
  height: 22px;
  background-image: url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/images/search.svg);
}

.form.minisearch .actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 101;
}

.language-switcher .switcher-website-icon:before{
  background-image: url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/images/globel.svg);
}

.language-switcher .switcher-website-icon:hover:before{
  background-image: url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/images/globel-hover.svg);
}

.bottom-row .content-wrapper {
  box-shadow: 0 3px 3px -3px rgba(0,61,49,0.3);
  padding-bottom: 0;
}


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

.header-sitemap .hs-menu-wrapper > ul > li {
  position: static;
  float: left;
  margin: 0;
  padding: 0;
}

.header-sitemap .hs-menu-wrapper > ul > li > a {
  transition: color .25s,background .25s,background-color .25s,border-color .25s;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 50px;
  display: block;
  position: relative;
  font-weight: 400;
  color: #222b29;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 0px;
}

.header-sitemap .hs-menu-wrapper > ul:after,.header-sitemap .hs-menu-wrapper > ul:before {
  clear: both;
  display: block;
  content: '';
}

.header-sitemap .hs-menu-wrapper ul li:hover > ul{
  visibility: visible;
  opacity: 1;
}

.header-sitemap ul.hs-menu-children-wrapper {
  box-shadow: 0 3px 2px -1px rgba(0,61,49,0.2);
  border: none;
  background: #f2f4f7;
  padding: 20px 0 25px 0px;
  color: #222b29;
  position: absolute;
  top: calc(100% - 6px);
  z-index: 99;
  min-width: 240px;
  visibility: hidden;
  opacity: 0;
}

.header-sitemap .hs-menu-wrapper ul li {
  position: relative;
}

.header-sitemap ul.hs-menu-children-wrapper li {
  position: relative;
  width: 100%;
  padding-left:20px;
  padding-right:20px;
}

.header-sitemap .hs-menu-wrapper ul ul ul {
  left: 100%;
  top: 0;
  max-height:300px;
  overflow:auto;
}


.header-sitemap ul.hs-menu-children-wrapper li a {
  font-size: 1.4rem;
  color: #222b29;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  line-height: 35px;
  padding: 0;
  border-bottom: 1px solid #fff;
}

/* .header-lp */

.header-lp .header-row .logo-wrapper {
  margin-top: 15px;
  margin-bottom: 14px;
}

body.fixheader .header-lp .header-row .logo-wrapper {
  margin-bottom: 0;
  margin-top: 0px;
}

.header-sitemap .hs-menu-wrapper>ul>li>a>span {
  border-bottom: 1px solid transparent;
  padding-bottom:3px;
}

@media (min-width:768px){
  .mobile-sitemap {
    display: none;
  }
  .header-row {
    border-bottom: 1px solid #cceae3;
    display: -ms-grid;
    -ms-grid-columns: 20% 28% 52%;
    -ms-grid-rows: auto auto;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 20% 28% 52%;
    grid-template-rows: auto auto;
    padding-bottom:0;
  }

  .header-row .lower-header-outer-wrapper {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    grid-column: 3;
    grid-row: 2;
    justify-self: right;
    display: flex;
    justify-content: flex-end;
  }

  .header-row .nav-toggle {
    display: none;
  }

  .header-row .logo-wrapper {
    -ms-grid-column: 1;
    -ms-grid-row: 1 / 3;
    grid-column: 1;
    grid-row: 1 / 3;
    justify-self: left;
  }

  .header-row .cm-form-wrapper {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
  }

  .header-row .cm-form-wrapper {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
  }

  .header-row .top-header-wrapper {
    border-bottom: 1px solid #cceae3;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: right;
    padding: 10px 0 5px 20px;
    width: 321px;
    text-align: right;
  }

  .header-wrapper {
    position: fixed;
    background-color: #fff;
    z-index: 11;
    top: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }


  /*   sticky header css */


  body.fixheader .header-row .logo-wrapper a img {
    max-width: 60px;
    padding: 5px 0;
  }

  body.fixheader .header-row {
    grid-template-rows: 0 auto;
  }

  body.fixheader .customer-logged-out .lower-header-wrapper .item {
    min-width: 30px;
    margin: auto 5px;
  }


  body.fixheader .header-row .lower-header-outer-wrapper {
    justify-self: center;
  }

  body.fixheader .header-row .top-header-wrapper {
    -ms-grid-row: 2;
    grid-row: 2;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width:auto;
  }

}


@media (min-width:768px) and (max-width:1200px){
  body.fixheader .header-row {
    grid-template-columns: 15% 40% 30% 15%;
  }

  body.fixheader .header-row .top-header-wrapper {
    -ms-grid-column: 4;
    grid-column: 4;
  }

  body.fixheader .header-row .lower-header-outer-wrapper {
    justify-self: right;
  }
}


@media (max-width:1199px){
  .header-row .top-header-wrapper {
    width: 132px;
  }

  .header-sitemap .hs-menu-wrapper>ul>li>a {
    padding: 0 14px;
    position: relative;
    font-size: 1.6rem;
  }
}


@media (max-width:1023px){
  .header-sitemap .hs-menu-wrapper>ul>li>a {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (min-width:768px) and (max-width:778px){
  .header-sitemap .hs-menu-wrapper>ul>li>a {
    padding-left: 5px;
    padding-right: 5px;
  }
}


@media (max-width:991px){
  .header-sitemap ul.hs-menu-children-wrapper li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-sitemap ul.hs-menu-children-wrapper {
    min-width: 200px;
  }

  .header-sitemap .hs-menu-wrapper > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }

  .header-sitemap .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul {
    left: auto;
    right: 100%;
  }
}


@media (max-width:767px){
  .header-wrapper {
    position: fixed;
    background-color: #fff;
    z-index: 11;
    top: 0;
    border-bottom: 1px solid #cceae3;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding-bottom: 15px;
  }

  .header-wrapper .header-row {
    grid-gap: 0 0;
    align-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: 16% 14% 14% 14% 42%;
    grid-template-rows: auto auto;
    justify-content: center;
    justify-items: center;
    padding: 0;
  }

  .header-wrapper .lower-header-outer-wrapper {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
    grid-column: 5;
    grid-row: 1;
    width: 100%;
  }

  .header-wrapper .top-header-wrapper {
    display: none;
  }

  .header-wrapper .nav-toggle {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
    font-size: 1.6rem;
    min-height: 30px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }

  .header-wrapper .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 45px;
    line-height: 30px;
    color: #40af97;
    content: '\e609';
    font-family: 'videor-icons';
    margin: 2px 0 -2px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .header-wrapper .nav-toggle span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .bottom-row {
    height: 100%;
    left: calc(-1 * (100% - 10%));
    position: fixed;
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: none;
  }


  .logo-wrapper {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    grid-column: 3;
    grid-row: 1;
  }


  .header-row .logo-wrapper a img {
    height: 30px;
    max-height: 30px;
    position: relative;
    top: 5px;
    padding: 0 5px;
    width: 100%;
  }

  .logo-wrapper .static-logo {
    display: none;
  }

  .logo-wrapper .mobile-logo {
    display: block;
  }

  .logo-wrapper .static-logo a img {
    height: 30px;
    max-height: 30px;
    position: relative;
    top: 5px;
  }

  .header-lp .logo-wrapper {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  
  
  .cm-form-wrapper {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
    grid-column: 4;
    grid-row: 1;
    position: relative;
    min-height: 30px;
  }

  .cm-form-wrapper .mobile-search-container {
    display: none;
  }

  .cm-form-wrapper .actions {
    display: none;
  }

  .cm-form-wrapper span.search-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }

  .cm-form-wrapper span.search-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 30px;
    color: #40af97;
    content: '\e91c';
    font-family: 'videor-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  body.search-open .cm-form-wrapper .mobile-search-container {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    padding: 20px 5% 20px;
    background: #fff;
    border-bottom: 1px solid #cceae3;
    z-index: 10;
  }


  body.search-open .form.minisearch .actions {
    display: block;
    right: 50px;
    top: 87px;
    position: fixed;
  }

  body.mobile-navigation-open .bottom-row {
    display: block;
    background-color: #f2f4f7;
    -webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 5px 0 rgba(50,50,50,0.75);
    left: 0;
    z-index: 99;
    background-color: #f0f5f4;
  }

  body.mobile-navigation-open .header-wrapper .nav-toggle {
    grid-column: 7;
  }

  body.mobile-navigation-open .header-wrapper .nav-toggle:before {
    left: -30px;
    position: relative;
    top: 0;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    content: '';
    overflow: hidden;
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/images/cross-icon.svg);
  }

  body.mobile-navigation-open {
    overflow: hidden;
  }

  body.mobile-navigation-open {
    overflow: hidden;
  }

  .bottom-row .content-wrapper {
    border-top: 1px solid #cceae3;
    margin: 65px 0 0;
    max-width: 100%;
    padding: 0;
    position: relative;
    box-shadow: none;
  }


  .bottom-row .content-wrapper .header-sitemap{
    display:none;
  }

  .mobile-sitemap .hs-menu-wrapper ul li {
    position: relative;
  }

  .mobile-sitemap .hs-menu-wrapper > ul > li > a {
    width: 100%;
    padding: 15px 10px 15px 40px;
    font-weight: 400;
    font-size: 2.3rem;
    text-transform: uppercase;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    color: #222b29;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #cceae3;
  }

  .mobile-sitemap .hs-menu-wrapper > ul > li > a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: #009475;
    content: '\e901';
    font-family: 'videor-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    left: 0;
    top: 1.5rem;
  }

  .mobile-sitemap .hs-menu-wrapper ul li ul{
    display:none;
  }

  .mobile-sitemap .hs-menu-wrapper ul li ul li.hs-item-has-children > a {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #cceae3;
    width: 100%;
    margin-left: 40px;
    color: #222b29;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 13px 0 13px 0 !important;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
    text-transform: uppercase;
    padding-left: 30px !important;
    margin-bottom:0;
  }

  .mobile-sitemap .hs-menu-wrapper ul li ul li.hs-item-has-children>a:before {
    position: absolute;
    left: 0;
    top: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: inherit;
    color: #009475;
    content: '\e901';
    font-family: 'videor-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .mobile-sitemap .hs-menu-wrapper ul li ul li.hs-item-has-children:last-child>a {
    border-bottom: 0;
    padding-bottom: 18px;
  }

  .mobile-sitemap .hs-menu-wrapper ul li ul li.hs-item-has-children:last-child {
    border-bottom: 1px solid #cceae3;
  }

  .mobile-sitemap .hs-menu-wrapper ul li ul li ul li a {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
    color: #222b29;
    font-size: 1.6rem;
    line-height: 3.6rem;
    padding: 0 !important;
    font-weight: 300;
    display: block;
    margin-left: 40px !important;
    margin-bottom:0;
  }


  .mobile-sitemap .hs-menu-wrapper ul li ul li ul li:first-child {
    padding-top: 10px;
  }

  .mobile-sitemap .hs-menu-wrapper ul li ul li ul li:last-child {
    padding-bottom: 5px;
  }

  .mobile-sitemap .hs-menu-wrapper ul li ul li a {
    color: #222b29;
    transition: color .25s,background .25s,background-color .25s,border-color .25s;
    font-weight: 300;
    margin-top: 0rem;
    margin-bottom: 1rem;
    display: block;
    padding-left: 40px;
  }

  .mobile-sitemap .hs-menu-wrapper ul li ul li:first-child a {
    padding-top: 10px;
  }

  .mobile-sitemap .hs-menu-wrapper ul li.child-open > a:before {
    transform: rotate(180deg);
  }

  .header-lp .header-row .logo-wrapper ,
  body.fixheader .header-lp .header-row .logo-wrapper {
    margin-bottom: 5px;
    margin-top: 6px;
  }

  .mobile-sitemap .hs-menu-wrapper > ul > li:hover > a,
  .mobile-sitemap .hs-menu-wrapper ul li ul li.hs-item-has-children>a:hover,
  .mobile-sitemap .hs-menu-wrapper ul li ul li ul li a:hover{
    color: #009475;
  }

}
footer.footer {
  position:relative;
  z-index:9;
  background-color: #d9dadb;
  list-style: none none;
  border-top: 2px solid #cceae3;
}

footer.footer ul {
  margin: 0;
  padding-left: 0;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  background-color: #d9dadb;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
}

.footer-menu .hs-menu-wrapper > ul {
  padding-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 0;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 1px;
}

.footer-menu .hs-menu-wrapper > ul > li {
  border-bottom: none;
  float: none;
  width: 20%;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
  margin: 0;
  padding-right: 2%;
}

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

.footer-copyright {
  background-color: #fff;
}

.footer-copyright p {
  border-top: 1px solid #fff;
  text-align: left;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
  padding-top: 10px;
}

.footer-bottom-menu .hs-menu-wrapper ul li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #222b29;
}

.footer-bottom-menu .hs-menu-wrapper ul li:first-of-type {
  padding-left: 0;
  border-left: none;
}

.bottom-column-line {
  margin-top: 10px;
  text-align: left;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}

.bottom-column-top {
  margin-top: 10px;
  text-align: left;
  margin-bottom: 15px;
  padding-top: 15px;
}

.footer-menu .hs-menu-wrapper ul ul li {
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: 29px;
}

.footer-menu .hs-menu-wrapper ul ul li a {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  transition: color .25s,background .25s,background-color .25s,border-color .25s;
  font-weight: 400;
  color: #222b29;
  line-height: 2.1rem;
  font-size: 1.4rem;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  display: block;
  cursor: default;
  padding: 0;
  font-weight: 300;
  min-height: 5rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #009475;
}


@media (max-width: 767px) {
  .footer-copyright p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .footer-copyright .content-wrapper {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 12px;
  }

  .footer-bottom-links .bottom-column-group {
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    flex: 0 0 100%;
    width: 100%;
  }

  .footer-bottom-menu .hs-menu-wrapper ul li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-bottom-links .bottom-column {
    text-align: left;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    margin-bottom: 15px;
    padding-top: 15px;
  }

  .footer-bottom-menu .hs-menu-wrapper ul li a {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }

  .footer-menu .hs-menu-wrapper>ul {
    display: block;
    padding-top:0;
    margin-bottom: 15px;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    padding-right: 0;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    border-bottom: 1px solid #f2f4f7;
    color: #009475;
    display: block;
    font-family: Open Sans;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0;
    min-height: auto;
    padding: 10px 0 11px;
    text-transform: none;
    cursor: pointer;
  }

  .footer-wrapper .pagebuilder-column-group {
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    flex: 0 0 100% ;
    width: 100% ;
  }
  .footer-wrapper a {
    color:#FFFFFF !important;
  }

  .footer-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    content: '';
    overflow: hidden;
    display: block;
    width: 20px;
    height: 25px;
    background-image: url(https://26317486.fs1.hubspotusercontent-eu1.net/hubfs/26317486/raw_assets/public/Videor_September2024/images/Menu-arrow.svg);
  }

  .footer-menu .hs-menu-wrapper ul ul li {
    min-height: 2.1rem;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-menu .hs-menu-wrapper ul ul li:first-of-type {
    padding-top: 15px;
  }

  .footer-menu .hs-menu-wrapper ul ul li:last-of-type {
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f4f7;
  }

  .footer-menu .hs-menu-wrapper>ul>li.child-open > a:after {
    transform: rotate(180deg);
  }

}
