/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
/* @import url('http://example.com/example_style.css'); */

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

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

@font-face {
font-family: 'Studio Feixen Vincit Display';
src: url('https://6362597.fs1.hubspotusercontent-eu1.net/hubfs/6362597/vincit-hubspot-theme-2023/fonts/StudioFeixenVincit-Display.woff2') format('woff2'),
url('https://6362597.fs1.hubspotusercontent-eu1.net/hubfs/6362597/vincit-hubspot-theme-2023/fonts/StudioFeixenVincit-Display.woff') format('woff'),
url('https://6362597.fs1.hubspotusercontent-eu1.net/hubfs/6362597/vincit-hubspot-theme-2023/fonts/StudioFeixenVincit-Display.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Studio Feixen Vincit Bold';
src: url('https://6362597.fs1.hubspotusercontent-eu1.net/hubfs/6362597/vincit-hubspot-theme-2023/fonts/StudioFeixenVincit-Bold.woff2') format('woff2'),
url('https://6362597.fs1.hubspotusercontent-eu1.net/hubfs/6362597/vincit-hubspot-theme-2023/fonts/StudioFeixenVincit-Bold.woff') format('woff'),
url('https://6362597.fs1.hubspotusercontent-eu1.net/hubfs/6362597/vincit-hubspot-theme-2023/fonts/StudioFeixenVincit-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Studio Feixen Vincit';
src: url('https://6362597.fs1.hubspotusercontent-eu1.net/hubfs/6362597/vincit-hubspot-theme-2023/fonts/StudioFeixenVincit-Regular.woff2') format('woff2'),
url('https://6362597.fs1.hubspotusercontent-eu1.net/hubfs/6362597/vincit-hubspot-theme-2023/fonts/StudioFeixenVincit-Regular.woff') format('woff'),
url('https://6362597.fs1.hubspotusercontent-eu1.net/hubfs/6362597/vincit-hubspot-theme-2023/fonts/StudioFeixenVincit-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
*, *: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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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,
b a,
strong a,
b a:hover,
strong a:hover {
  font-weight: 400;
  font-family: 'Studio Feixen Vincit Bold', sans;
}

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

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap:  24px; /*2.13%;*/
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 1024px) { /* 768px */
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
  overflow:auto;
}

html, body{
  font-family: 'Studio Feixen Vincit', sans-serif;
  -webkit-font-smoothing: antialiased; /* looks better */
  -moz-osx-font-smoothing: grayscale; /* looks better */
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}
a:focus{
  outline-offset: 2px;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}


/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Vincit custom styles */

/* Desktop layout */

.without_margin{
  margin: 0;
}
.without_padding{
  padding: 0;
}
.without_spacing{
  margin:0;
  padding:0;
}

.hero_1, .hero_2, .v_h1_bold, .v_h2_bold,.v_h2_bold_m, .v_h3_bold, .v_h4_bold, 
.v_h5_bold, .v_h2_custom, .v_h6_bold{
  font-family: 'Studio Feixen Vincit Bold', sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

a, p, div{
  font-family: 'Studio Feixen Vincit', sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

.v_h1_reg, .v_h2_reg, .v_h3_reg, .v_h4_reg, .v_h5_reg, .v_h6_reg,
.v_p1, .v_p2, .v_p3, .v_p4, .v_p5, .v_p6,
.p_18_16, .v_p1_m, .v_p2_m, .v_p2_m_l, .v_p3_m, .front_page_ingress_p,
.services_accor_title{
  font-family: 'Studio Feixen Vincit', sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

.v_font_display{
  font-family: 'Studio Feixen Vincit Display', sans-serif;
}

.hero_1{
  color: #1D1D1D;
  text-transform: uppercase;
  font-size: calc(32px + 40 * (100vw - 360px) / 1560);
  line-height: 90%;
}

.hero_2{
  color: #1D1D1D;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
}

.v_h1_reg, .v_h1_bold{
  color: #1D1D1D;
  font-size: 48px;
  line-height: 52.80px;
}

.v_h2_reg, .v_h2_bold{
  color:#1D1D1D;
  font-size: 40px;
  line-height: 44px;
}

.v_h3_reg, .v_h3_bold{
  color: #1D1D1D;
  font-size: 32px;
  line-height: 35.20px;
}

.v_h4_reg, .v_h4_bold{
  color:#1D1D1D;
  font-size: 28px;
  line-height: 30.80px;
}

.v_h5_reg, .v_h5_bold{
  color:#1D1D1D;
  font-size: 24px;
  line-height: 26.40px;
}

.v_h2_custom{
  font-size: 24px;
  line-height: 26.40px;
}

.v_h6_reg, .v_h6_bold{
  color: #1D1D1D;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 22px;
}

.v_p1{
  color:#1D1D1D;
  font-size: 56px;
  line-height: 67.20px;
}

.v_p2{
  color:#1D1D1D;
  font-size: 40px;
  line-height: 48px;
}

.v_p3{
  color:#1D1D1D;
  font-size: 32px;
  line-height: 38.40px;
}

.v_p4{
  color:#1D1D1D;
  font-size: 24px;
  line-height: 31.20px;
}

.v_p5{
  color:#1D1D1D;
  font-size: 18px;
  line-height: 23.40px;
}

.v_p6{
  color:#1D1D1D;
  font-size: 16px;
  line-height: 19.2px;
}




.p_18_16{
  color:#1D1D1D;
  font-size: 18px;
  line-height: 21.60px;
}

.front_page_ingress_p{
  font-size: 40px;
  line-height: 48px;
}

.services_accor_title{
  color: #1D1D1D;
  font-size: 48px;
  line-height: 57.60px;
}

.cta_button{
  font-family: 'Studio Feixen Vincit', sans-serif !important;
}



/***** Mobile layout *****/
@media(max-width:1023px){

  .hero_1{
    color:#1D1D1D;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
  }
  
  .hero_2{
    color:#1D1D1D;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
  }

  .v_h1_reg, .v_h1_bold{
    color:#1D1D1D;
    font-size: 28px;
    line-height: 30.80px;
  }

  .v_h2_reg, .v_h2_bold{
    color:#1D1D1D;
    font-size: 24px;
    line-height: 26.40px;
  }
  .v_h2_bold_m{
    color:#1D1D1D;
    font-size: 24px !important;
    line-height: 26.40px;
  }


  .v_h3_reg, .v_h3_bold{
    color:#1D1D1D;
    font-size: 20px;
    line-height: 22px;
  }
  
  .v_h4_reg, .v_h4_bold{
    color:#1D1D1D;
    font-size: 18px;
    line-height: 21.6px;
  }
  
  .v_h5_reg, .v_h5_bold{
    color:#1D1D1D;
    font-size: 16px;
    line-height: 17.60px;
  }

  .v_h2_custom{
    font-size: 18px;
    line-height: 21px;
  }

  .v_p1_m{
    color:#1D1D1D;
    font-size: 28px;
    line-height: 33.60px;
  }

  .v_p2_m_l{
    color:#1D1D1D;
    font-size: 24px;
    line-height: 28px;
  }
  
  .v_p2_m{
    color:#1D1D1D;
    font-size: 20px;
    line-height: 24px;
  }

  .v_p3_m{
    color:#1D1D1D;
    font-size: 16px;
    line-height: 20.80px;
  }

  .front_page_ingress_p{
    font-size: 24px;
    line-height: 28px;
  }
  .services_accor_title{
    font-size: 24px;
    line-height: 26.40px;
  }

  .p_18_16{
    color:#1D1D1D;
    font-size: 16px;
    line-height: 20.80px;
  }
  
  










}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family: 'Studio Feixen Vincit', sans;
  font-weight: 400;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Tag list buttons */
.tag_button,
.tag_button:hover,
.tag_button:focus {
  border: 1px solid black;
}
/* Fields */

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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 - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* @import url('http://example.com/example_style.css'); */

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

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

#CookiebotWidget .CookiebotWidget-logo svg circle{
  fill: #388641 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change{
  background-color: #388641 !important;
  border-color: #388641 !important;
  color: #FFFFFF !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw{
  border-color: #388641 !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
  fill: #388641 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover{
  color: #388641 !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, 
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, 
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider{
  background-color: #388641 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
  border: 2px solid #388641 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
  border-bottom: 1px solid #388641 !important;
  color: #388641 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, 
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, 
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, 
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, 
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, 
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, 
#CybotCookiebotDialogDetailBodyContentTextAbout a{
  color: #388641 !important;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

.header {
  top: 0;
  background-color: rgba(251, 251, 246, .8) !important;
  backdrop-filter: blur(10px); 
}

/* Header hide-on-scroll */
.header.scrolledDown {
  top: -100px;
} 

.header.paused {
  background-color: #FBFBF6 !important;
  backdrop-filter: blur(0);
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 15px 24px !important;
}

@media (max-width: 1150px) and (min-width: 767px) {}

@media (max-width: 1023px) {
  .header__container {
    flex-direction: row;
    padding: 12px 16px !important;
  }

  .header_button_column {
    display: none;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
  background: #fff;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  max-width: 200px;
  /*overflow: hidden;*/
}

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

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

/* Navigation */

.header__navigation--toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1023px) {
  .header__navigation--toggle {
    display: flex;
    align-items: center;
  }

  .header__navigation {
    display: none;
    width: 100%;
  }

  .header__navigation.open {
    background-color: #fbfbf6;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    /*min-height: calc(100vh - 64px);*/
    position: absolute;
    z-index: 20;
  }

  .header__navigation--toggle {
    cursor: pointer;
    position: relative;
  }

  .header__navigation--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  /*
  .header__navigation--toggle:after {
    content: "Menu";
  }
  */
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* @import url('http://example.com/example_style.css'); */

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


/* Scroll down button */
.scroll_down_arrow {
  animation: bounceDown 2s infinite;
}

@keyframes bounceDown {
  0%{
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(80%);
  }
}

/* Button rightwards arrow */
.btn_rightwards_arrow{
  margin-left: 6px;
  margin-right: 4px;
  display: none;
}


/* Ingress two columns section */

.ingress_2_columns_section .custom_h2_container h2, .question_answer_section .custom_h2_container h2{
  font-family: 'Studio Feixen Vincit Bold', sans;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  word-wrap: break-word;
  padding:0;
  margin:0;
}

.ingress_2_columns_section p{
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  word-wrap: break-word;
  padding:0;
  margin:0;
}


/* Four cards section */

.four_cards_section .icon_card_container h4, 
.industry_challenges_section .icon_card_container h4,
.reasons_to_choose_vincit_section .icon_card_container h4,
.forms_of_partnership_section .icon_card_container h4 {
  font-family: 'Studio Feixen Vincit Bold', sans;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  word-wrap: break-word;
  padding:0;
  margin:0;
}
.four_cards_section .icon_card_container p{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  word-wrap: break-word;
  padding:0;
  margin:0;
}

.reasons_to_choose_vincit_section .icon_card_container p,
.forms_of_partnership_section .icon_card_container p{
  font-size: 18px;
  line-height: 1.452;
  font-weight: 400;
  word-wrap: break-word;
  padding:0;
  margin:0;
}

/* Question answer section */
.question_answer_section p{
  font-size: 32px;
  line-height: 1.2;
}

/** The vincit way section **/

.vincit_way_section .icon_card_icon{
  width: 80px;
  height: 80px;
}

.vincit_way_section .icon_card_container .icon_card_content h3{
  color: #1D1D1D;
  font-size: 32px;
  font-family: 'Studio Feixen Vincit Bold', sans;
  font-weight: 400;
  line-height: 1.1;
  word-wrap: break-word;
  padding:0;
  margin:0;

}
.vincit_way_section .icon_card_container .icon_card_content p{
  color: #1D1D1D;
  font-size: 20px;
  font-family: 'Studio Feixen Vincit', sans;
  font-weight: 400;
  word-wrap: break-word;
  padding:0;
  margin:0;
}
.vincit_way_section .span8{
  display: flex  !important;
  gap: 69px;
  flex-direction: column !important;
}

/* industry challenges */
.industry_challenges_section .icon_card_icon, .reasons_to_choose_vincit_section .icon_card_icon{
  width: 59px;
  height: 59px;
}

.industry_challenges_section .span8{
  display: flex  !important;
  gap: 24px;
  flex-direction: column !important;
}

.industry_challenges_section .icon_card_container{
  gap: 24px !important;
}

/* video_background_2_columns_frontPage */


.video_background_2_columns p, .video_background_2_columns_frontPage p{
  color: black;
  font-size: 40px;
  font-family: 'Studio Feixen Vincit', sans;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
  margin:0;
  padding: 0;
}


.services_centered_text_block .outer{
  padding-top: 64px; 
  padding-bottom: 64px; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  display: flex;
}
    
.services_centered_text_block .content{
  max-width: 848px; 
  text-align: center;
}


/* Service List Section (Accordions) */

.service_list_section .custom_h2_container h2{
  margin-bottom: 40px !important;
}

  /* About us - sustainability focus | Sustainability - sustainability focus */
  .sustainability_focus_v1_section .icon_card_icon, .sustainability_focus_v2_section .icon_card_icon{
    width: 80px;
    height: 80px;
  }
  .sustainability_focus_v1_section .span8{
    gap: 40px;
  }

  .sustainability_focus_v1_section .span8 .row-number-5{
    padding-top: 11px;
  }
  .sustainability_focus_v1_section .icon_card_container h3,  .sustainability_focus_v2_section .icon_card_container h3{
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-family: "Studio Feixen Vincit Bold", sans;
    font-weight: 400;
    line-height: 1.1;
    word-wrap: break-word;
  }

  .sustainability_focus_v1_section .icon_card_container p, .sustainability_focus_v2_section .icon_card_container p{
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.452;
    word-wrap: break-word;
  }
  .sustainability_focus_v1_section  .hs-button{
    text-decoration: none;
  }
  /* contact_us_ingress_section */
  .contact_us_ingress_section>.row-fluid>.span8, .media_ingress_section>.row-fluid>.span8{
    gap: 48px;
  }
  .contact_us_ingress_section>.row-fluid>.span8>.row-fluid-wrapper>.row-fluid, .media_ingress_section>.row-fluid>.span8>.row-fluid-wrapper>.row-fluid{
    gap: 24px;
  }

  /* Offices section */
  .offices_section .custom_h2_container{
    margin-bottom: 48px;
  }

  /* Sustainability */
  .ingress_2_columns_section_sustainability p, .lower_ingress_2_columns_section_media p{
    font-size: 32px;
    line-height: 1.2;
  }
  .sustainability_focus_v2_section .custom_h2_container{
    margin-bottom: 57px;
  }

  /* sustainability goals */
  .sustainability_goals .custom_h2_container{
    margin-bottom: 60px;
  }
  .sustainability_goals .icon_card_container{
    padding-right: 48px;
  }
  .sustainability_goals .icon_card_container h4{
    color: #1D1D1D;
    font-size: 28px;
    font-family: "Studio Feixen Vincit Bold", sans;
    font-weight: 400;
    line-height: 1.1;
    word-wrap: break-word;
    margin: 0;
    padding:0;
  }
  .sustainability_goals .icon_card_container ul, .sustainability_goals .icon_card_container li {
    margin: 0;
    padding: 0;
  }
  .sustainability_goals .icon_card_container ul {
    padding-left: 24px;
  }
  .sustainability_goals .icon_card_container ul{
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .sustainability_goals .icon_card_container ul li{
    font-size: 18px;
    line-height: 1.452;
  }

  .service_list_v2_section .custom_h2_container{
    margin-bottom: 48px;
  }
  .service_list_v2_section .accordion_title h2{
    font-size: 40px !important;
    line-height: 1.2 !important;
  }
  .service_list_v2_section .accordion_content p{
    color: #1D1D1D;
    font-size: 32px;
    font-family: "Studio Feixen Vincit", sans;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
  }
  .service_list_v2_section .accordion_content_text{
    padding-right:32px !important;
  }
  .reasons_to_choose_vincit_section .custom_h2_container{
    margin-bottom: 64px;
  }
  .reasons_to_choose_vincit_section .icon_card_container{
    padding-right: 24px;
  }
  .careers_centered_text_section .careers_centered_text_block{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .careers_centered_text_section .careers_centered_text_block .outer{
    text-align: center;
  }
  
  .careers_questions_block_container{
    width: 100%;  
    padding-bottom: 80px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 48px; 
    display: flex;
  }
  .careers_questions_block_container{
    text-align: center;
  }
  .careers_questions_block_container .inner_container a{
    all: unset;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;

  }
  .careers_questions_block_container p {
    color: #1D1D1D;
    font-size: 18px;
    font-family: "Studio Feixen Vincit", sans;
    font-weight: 400;
    line-height: 1.3;
    word-wrap: break-word;
    margin:0;
    padding:0;
  }
  .careers_questions_block_container .inner_container span{
    color: #1D1D1D; 
    font-size: calc(28px + 40 * (100vw - 360px) / 1560);
    line-height: calc(40px + 40 * (100vw - 360px) / 1560);
    font-family: "Studio Feixen Vincit", sans; 
    font-weight: 400; 
    word-wrap: break-word;
  }
  .careers_questions_block_container .inner_container .rightwards_arrow {
    color: #E83520; 
  }
  .swipe_blog_posts_section .custom_h2_container{
    margin-bottom: 32px;
  }

  .lower_ingress_2_columns_section_media .ingress_button{
    padding: 20px 28px !important;
    font-size: 20px !important;
  }

  .body-container--service .ingress_2_columns_container .col_1 h2,
  .body-container--service .content_question_answer_container .column_1 h2,
  .body-container--industry .ingress_2_columns_container .col_1 h2,
  .body-container--industry .content_question_answer_container .column_1 h2,
  .body-container--partnerships .ingress_2_columns_container .col_1 h2,
  .body-container--partnerships .content_question_answer_container .column_1 h2{
    font-family: 'Studio Feixen Vincit Bold', sans;
    color: #1D1D1D;
    font-weight: 400;
    word-wrap: break-word;
    font-size: 24px;
    line-height: 1.1;
    padding: 0;
    margin: 0;
  }

  .forms_of_partnership_section .custom_h2_container{
    margin-bottom: 64px;

  }
  .current_partners_section .custom_h2_container{
    margin-bottom: 70px;
    padding: 0 24px;
  }

  .example_cases_container .example_cases_cards_grid a {
    text-decoration: none;
  }

  .quote_section .row-fluid{
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 66.66% !important;
    margin: auto;
  }

  .quote_section .quote_block_content h2{
    text-align: center;
    color:#1D1D1D;
    font-size: 40px;
    line-height: 120%;
    padding: 0;
    margin: 0;
    font-family: 'Studio Feixen Vincit Bold', sans-serif;
    font-weight:400;
    word-wrap: break-word;
  }
  
  .quote_section .quote_block_content p{
    color: #1D1D1D;
    font-size: 18px;
    font-family: "Studio Feixen Vincit", sans-serif;
    font-weight: 400;
    line-height: 130%;
    word-wrap: break-word;
    padding:0;
    margin:0;
  }



/**************************/
/**************************/
/***** Mobile Layout ******/
/**************************/
/**************************/
@media (max-width: 1023px){
  /* Ingress two columns section */

  .ingress_2_columns_section .custom_h2_container h2, .question_answer_section .custom_h2_container h2{
    font-size: 18px;
    line-height: 1.16;
  }

  .ingress_2_columns_section p{
    font-size: 20px;
    line-height: 1.2;
  }
  .front_page_ingress p{
    font-size: 24px;
    line-height: 1.16;
  }

  /* Four cards section */
  .four_cards_section .icon_card_container h4, 
  .industry_challenges_section .icon_card_container h4,
  .reasons_to_choose_vincit_section .icon_card_container h4,
  .forms_of_partnership_section .icon_card_container h4{
    font-size: 24px;
    line-height: 1.1;
  }
  .four_cards_section .icon_card_container p,
  .reasons_to_choose_vincit_section .icon_card_container p,
  .forms_of_partnership_section .icon_card_container p{
    font-size: 16px;
    line-height: 1.3;
  }

  /* Question answer section */
  .question_answer_section p{
    font-size: 20px;
    line-height: 1.2;
  }
  
  /** The vincit way section **/

  .vincit_way_section>.row-fluid {
    flex-direction: column !important;
    gap: 32px;
  }

  .vincit_way_section .span8{
    display: flex  !important;
    gap: 32px;
    flex-direction: column !important;
    width: 100%;
  }

  .vincit_way_section .span8>.row-fluid-wrapper>.row-fluid{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .vincit_way_section .icon_card_container .icon_card_content h3{
    font-size: 18px;
    line-height: 1.17;
  }
  .vincit_way_section .icon_card_container .icon_card_content p{
    font-size: 14px;
    line-height: 1.3;
  }
  .vincit_way_section .icon_card_icon{
    width: 48px !important;
    height: 48px !important;
  }
  .vincit_way_section .icon_card_container, .vincit_way_section .icon_card_container .icon_card_content{
      gap: 8px !important;

  }
  /** Industy challenges section **/

  .industry_challenges_section>.row-fluid {
    flex-direction: column !important;
    gap: 32px;
  }

  .industry_challenges_section .span8{
    display: flex !important;
    gap: 24px  !important;
    flex-direction: column !important;
    width: 100%;
  }

  .industry_challenges_section .span8>.row-fluid-wrapper>.row-fluid{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .industry_challenges_section .icon_card_icon,
  .reasons_to_choose_vincit_section .icon_card_icon{
    width: 48px !important;
    height: 48px !important;
  }

  .industry_challenges_section .icon_card_container{
    gap: 16px !important;
  }

  /* video_background_2_columns & video_background_2_columns_frontPage */
  .video_background_2_columns p{
    font-size: 20px;
    line-height: 1.172;
  }

  .video_background_2_columns_frontPage p{
    font-size: 24px;
    line-height: 1.17;
  }

  /* services_centered_text_block */

  .services_centered_text_block .outer{
    padding-top: 32px; 
    padding-bottom: 32px;
  }


  /* Service List Section (Accordions) */
  .service_list_section .custom_h2_container h2{
    margin-bottom: 25px !important;
  }

  .four_cards_section>.row-fluid{
    gap: 40px;
  }
  .four_cards_section>.row-fluid .icon_card_container, .four_cards_section>.row-fluid .icon_card_content{
    gap: 15px !important;
  }

  .about_us_video_background_2_columns{
    padding-top: 220px !important;
  }

  /* About us - about_us_video_background_2_columns */
  .about_us_video_background_2_columns .video_2_columns_container .overlay{
    top: 5% !important;
  }

  /* About us - locations section */
  .locations_section>.row-fluid {
    gap: 25px;
  }

  /* About us - sustainability focus | Sustainability - sustainability focus */
  .sustainability_focus_v1_section .icon_card_icon, .sustainability_focus_v2_section .icon_card_icon{
    width: 48px !important;
    height: 48px !important;
  }
  .sustainability_focus_v1_section .icon_card_container,.sustainability_focus_v1_section .icon_card_container .icon_card_content,
  .sustainability_focus_v2_section .icon_card_container,.sustainability_focus_v2_section .icon_card_container .icon_card_content,
  .sustainability_goals .icon_card_container,.sustainability_goals .icon_card_container .icon_card_content,
  .reasons_to_choose_vincit_section .icon_card_container,.reasons_to_choose_vincit_section .icon_card_container .icon_card_content{
    gap: 15px !important;
  }

  .sustainability_focus_v1_section .span8, .sustainability_focus_v1_section .span8>.row-fluid-wrapper>.row-fluid{
    display: flex !important;
    gap: 40px  !important;
    flex-direction: column !important;
  }
  .sustainability_focus_v1_section>.row-fluid>.span4 .custom_h2_container{
    margin-bottom: 32px;
  }
  .sustainability_focus_v1_section .icon_card_container h3{
    font-size: 24px;
    line-height: 1.1;
  }

  .sustainability_focus_v1_section .icon_card_container p{
    font-size: 16px;
    line-height: 1.3;
  }
  .sustainability_focus_v1_section .hs-button{
    display: none;
  }
  /* contact_us_ingress_section */
  .contact_us_ingress_section>.row-fluid, .media_ingress_section>.row-fluid{
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact_us_ingress_section>.row-fluid>.span8, .media_ingress_section>.row-fluid>.span8{
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 24px !important;
  }
  .contact_us_ingress_section>.row-fluid>.span8>.row-fluid-wrapper>.row-fluid, .media_ingress_section>.row-fluid>.span8>.row-fluid-wrapper>.row-fluid{
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Offices section */
  .offices_section .custom_h2_container{
    margin-bottom: 25px;
  }
  .sustainability_focus_v2_section .custom_h2_container{
    margin-bottom: 32px;
  }
  .sustainability_focus_v2_section .icon_card_container h3{
    font-size: 24px !important;
    line-height: 1.1 !important;
  }
  .sustainability_focus_v2_section .icon_card_container p{
    font-size: 16px;
    line-height: 1.3;
  }

  /* sustainability goals */
  .sustainability_goals .custom_h2_container{
    margin-bottom: 40px;
  }
  .sustainability_goals .icon_card_container{
    padding-right: 0;
  }
  .sustainability_goals .icon_card_container h4{
    font-size: 24px;
    line-height: 1.1;
  }
  .sustainability_goals .icon_card_container ul{
    gap: 24px;
  }
  .sustainability_goals .icon_card_container ul li{
    font-size: 16px;
    line-height: 1.3;
  }
  .service_list_v2_section .custom_h2_container, .reasons_to_choose_vincit_section .custom_h2_container{
    margin-bottom: 25px;
  }
  .service_list_v2_section .accordion_title h2{
    font-size: 24px !important;
    line-height: 1.1 !important;
  }
  .service_list_v2_section .accordion_content p{
    font-size: 16px;
    line-height: 1.3;
  }
  .service_list_v2_section .accordion_content_text{
    padding-right:0 !important;
  }
  .service_list_v2_section .accordion_content{
    padding-top: 0;
  }
  .reasons_to_choose_vincit_section .icon_card_container{
    padding-right: 0px;
  }
  .our_promise_to_you_section .media_card_container_image_and_title_wrapper{
    width: 85% !important;
  }
  .careers_questions_block_container{
    gap: 24px; 
  }
  .swipe_blog_posts_section .custom_h2_container{
    margin-bottom: 25px;
  }
  .careers_video_background_2_columns .button-wrapper{
    display: none;
  }
  .careers_video_background_2_columns .overlay{
    top: 98% !important;
  }
  .lower_ingress_2_columns_section_media .ingress_button{
    padding: 16px 20px !important;
    font-size: 18px !important;
  }
  .body-container--service .ingress_2_columns_container .col_1 h2,
  .body-container--service .content_question_answer_container .column_1 h2,
  .body-container--industry .ingress_2_columns_container .col_1 h2,
  .body-container--industry .content_question_answer_container .column_1 h2,
  .body-container--partnerships .ingress_2_columns_container .col_1 h2,
  .body-container--partnerships .content_question_answer_container .column_1 h2{
    font-size: 18px;
    line-height: 1.16;
  }
  .current_partners_section .custom_h2_container{
    margin-bottom: 32px;
    padding: 0 16px;
  }
  .forms_of_partnership_section .custom_h2_container{
    margin-bottom: 32px;
  }

  .quote_section .row-fluid{
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .quote_section .quote_block_content h2{
    font-size: 24px;
  }

  .quote_section .quote_block_content p{
    font-size: 16px;
  } 
  
}
.our_work_case_study_grid .single_case_wrapper .button_wrapper .read_more_btn:hover::after,
.recent_our_work_cases_container .recent_work_cases_single_case_button:hover::after,
.recent_insights_container .single_article_button_wrapper .single_article_button:hover::after,
.industries_container .industry_card_button:hover::after,
.insights_article_grid .single_insight_article .button_wrapper .single_insight_article_link:hover::after,
.module-swipe-container .module-swipe-read-more:hover::after,
.manual-swipe-container .manual-swipe-read-more:hover::after,
.accordion_container .accordion_content_button:hover::after,
.example_cases_container .example_cases_button_wrapper .example_cases_button:hover::after,
.module-vector-with-image-button-button:hover::after,
.video_2_columns_container .button-wrapper .button:hover::after,
.case_study_blog_related_case_btn:hover::after,
.related_insight_article_read_more_btn:hover::after,
.more_insights_btn a:hover::after,
.more_of_our_work_btn a:hover::after,
.single_article_button:hover::after,
.body-container--about .hs-button:hover::after,
.contact_us_item_button_wrapper button:hover::after,
.ingress_2_columns_container .button_wrapper .ingress_button:hover::after{
  content: '→';
  margin-left: 8px;
  margin-right: 4px;
}

.our_work_load_more_cases_button_wrapper button:hover::after,
.load_more_posts_button_wrapper button:hover::after{
  content: '↓';
  margin-left: 8px;
  margin-right: 4px;
}

.video_pause_button {
  display: flex;
  background-color: #FBFBF6 !important;
  border: 0.93px #D2D2D2 solid !important;
  border-radius: 50%;
  position: absolute;
  bottom: 16px;
  padding: 11.4px;
  left: 20px;
  cursor: pointer;
  z-index: 10;
}
.video_pause_button:hover {
  background-color: #FBFBF6 !important;
}

.video_pause_button.playing svg.play-gfx {
  display: none;
}
 
.video_pause_button.paused svg.pause-gfx {
  display:none;
}   

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}