*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */  
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

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

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module { 
  padding-right: calc(var(--bs-gutter-x)*0.5);
  padding-left: calc(var(--bs-gutter-x)*0.5);
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section[class*="force-full-width-section"]>.row-fluid {
  padding: 0 !important;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}
.hs-landing-page .dnd-section>.row-fluid .dnd-column, 
.hs-landing-page .dnd-section>.row-fluid>[class*=span].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.banner-area .dnd-module {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  background-color: #fff;
}

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

/* Paragraphs */

p {
  margin-top: 0;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  font-size: calc(1.40625rem + 1.875vw);
}
h2 {
  font-size: calc(1.35rem + 1.2vw);
}
h3 {
  font-size: calc(1.321875rem + .8625vw);
}
h4 {
  font-size: calc(1.29375rem + .525vw);
}
h5 {
  font-size: 20px;
}
/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.dnd-section > .row-fluid,.content-wrapper,.page-center,.container  {
  max-width: 540px;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 768px){
  .dnd-section > .row-fluid,.content-wrapper,.page-center,.container  {
    max-width: 700px;
  }
}
@media (min-width: 992px){
  .dnd-section > .row-fluid,.content-wrapper,.page-center,.container  {
    max-width: 920px;
  }
}
@media (min-width: 1280px){
  .dnd-section > .row-fluid,.content-wrapper,.page-center,.container  {
    max-width: 1240px;
  }
}
@media (min-width: 1500px){
  .dnd-section > .row-fluid,.content-wrapper,.page-center,.container  {
    max-width: 1420px;
  }
}


html{
 scroll-behavior: smooth; 
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-clip: padding-box;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  width: 100%;
  color: #000000;
  border: 0px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: 0 !important;
  font-size: 1rem;
  padding: 8px 12px;
  
}
/*@media (min-width: 1640px){
  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: 12px 24px;
  }
}*/
@media (min-width: 1640px){
  height: 42px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}


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-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button, button{
  cursor: pointer;
  display: inline-block;
  font-size: .92rem;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  vertical-align: middle;
  border-radius: 51px;
  padding: 15px 17px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0px;
  display: inline-block;
  color: #783cbe;
  background-color: #ffffff;
  border: 1px solid #783cbe;
}


form input[type=submit]:hover, form .hs-button:hover,.button:hover, button:hover {
  color: #fff;
  background-color: #783cbe;
  border: 1px solid #783cbe;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


form {
  background: #F3F3F3;
  padding-top: 3rem;
  padding-bottom: 3rem;

  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 15px;
}

@media (min-width: 768px){
  form {
    padding-right: 3rem;
    padding-left: 3rem;
  } 
}

@media (max-width: 767px) {
  .field.hs-form-field {
    margin-bottom: 1rem;
  }
}
.hs-form-field > label {
  font-weight: 600;
  margin-bottom: 2px;
  margin-left: 8px;
  font-size: 1rem;
  
    display: inline-block;
}

.sbs form {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
}

.sbs form .item {
    margin: 0;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   padding: 5px;
   overflow: hidden;
   overflow-x: auto;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,
ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    color: red;
    margin: 0;
    font-size: inherit;
}
/* 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;
}
.banner-section .dnd-section {
  padding: 0;
}

@media(max-width:991px){
  .lp .header .navbar>.content-wrapper {
    align-items: center;
    justify-content: center;
  }

  .lp .logo-wrapper {
    margin-right: 0;
  }
}

header.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header .reletv {
  position: relative;
}

.header .navbar {
  font-size: 16px;
  background-color: #fff;
}

.header .navbar > .content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-toggler {
  -webkit-appearance: button;
  padding: 0.25rem 0.75rem;
  font-size: calc(1.265625rem + .1875vw);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  -o-transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  color: rgba(0,0,0,.55);
  border-color: rgba(0,0,0,.1);
}
.nav-search__container .hs-search-field__bar {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}

.nav-search__container ul.hs-search-field__suggestions {
  position: absolute;
  right: 0;
  background: #fff;
}
.nav-search__container form button > * {
  display: none;
}

.nav-search__container form button > img {
  display: block;
}
@media (min-width: 1200px){
  .navbar-toggler {
    font-size: 1.40625rem;
  }   
}
@media (min-width: 992px){
  .navbar-toggler {
    display: none;
  }   
  .des_menu ul.submenu.level-1>li:hover>a {
    padding-left: 15px;
    padding-right: 15px;
  }
  button.navbar-toggler {
    display: none !important;
  }
  .des_menu ul.submenu.level-1>li.technologies {
    max-width: 145px;
  }

  .des_menu ul.submenu.level-1>li.about-us {
    max-width: 113px;
  }

  .des_menu ul.submenu.level-1>li.insights {
    max-width: 89px;
  }

  .des_menu ul.submenu.level-1>li.careers {
    max-width: 84px;
  }

  .des_menu ul.submenu.level-1>li.contact {
    max-width: 87px;
  }
}

.navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/mob_icon.svg);
}

.logo-wrapper{
  padding-top: 0.303125rem;
  padding-bottom: 0.303125rem;
  margin-right: 1rem;
  font-size: calc(1.265625rem + .1875vw);
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}


@media (min-width: 1200px){
  .logo-wrapper{
    font-size: 1.40625rem;
  }
}

@media (min-width: 992px){
  .logo-wrapper{
    padding-top: 9px;
    padding-bottom: 6px;
  }
}

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

.logo-wrapper a {
  display: block;
}


@media (min-width: 992px){
  .logo-wrapper img {
    width: 86px;
    margin-right: 40px;
  }
  .btn-search-open-mob {
    display: none !important;
  }
}



.btn-search-open-mob img {
  width: 26px;
}

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

.nav-search__container {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  height: 100%;
  display:none;
}

.main-navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler:hover {
  background: transparent;
  color: inherit;
}
@media (min-width: 992px){
  .main-navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 100%;
    position: relative;
  } 
}

.main-navbar-collapse .navbar-nav-wrap {
  width: 100%;
}

.main-navbar-collapse .flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  width: 100%!important;
}


.des_menu ul ul {
  display: none;
}

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

header a {
  text-decoration: none;
}

.des_menu {}

.des_menu ul.submenu.level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%!important;
  margin-right: auto!important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 64px;
}

.des_menu {

  width: 100%;
}

.nav-icons {
  display: none;
}


@media (min-width: 992px){
  .nav-icons {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

.nav-icons .search__open {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



@media (min-width: 992px){
  .nav-icons .search__open img {
    width: 33px;
    height: 33px;
    margin-right: 20px;
  }

  .nav-icons .nav-icons__flag {
    width: 46px;
    height: auto;
  }
}



.des_menu ul.submenu.level-1 > li {
  position: relative;
}


@media (min-width: 1280px){
  .des_menu ul.submenu.level-1 > li {
    margin-right: 25px;
  }
}

@media (min-width: 992px){
  .des_menu ul.submenu.level-1 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: inherit;
  }

}

.des_menu ul.submenu.level-1 > li > a {
  font-size: 16px;
  letter-spacing: 1.5px;
  height: 100%;
  line-height: 43px;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #000;
  padding: 9px 17px 7px;
  font-weight: 400;  
  white-space: nowrap;
/*   -webkit-transition: font-weight .1s ease-in-out;
  -o-transition: font-weight .1s ease-in-out;
  transition: font-weight .1s ease-in-out; */
}
button.navbar-toggler {
  margin: 0;
}
.des_menu ul.submenu.level-1 > li > a:before {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: "";
  position: absolute;
  background-color: #031d44;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.des_menu ul.submenu.level-1 > li.has-submenu > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  display: block;
  content: attr(data-title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.des_menu ul.submenu.level-1 > li > a:after {
  display: block;
  content: attr(data-title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}


.des_menu ul.submenu.level-1 > li:nth-child(4) > a {
  padding: 9px 12px 7px;
}

.des_menu ul.submenu.level-1 > li:nth-child(5) > a {
  padding: 9px 9px 7px;
}

.des_menu ul.submenu.level-1 > li:nth-child(6) > a {
  padding: 9px 9.5px 7px;
}

.des_menu ul.submenu.level-1 > li:hover > a {
  font-weight: 700;
}

.des_menu ul.submenu.level-1 > li > a.active-item{
  font-weight: 700;
}

.des_menu ul.submenu.level-1>li.active > a:before {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: "";
  position: absolute;
  background-color: #031d44;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 3px;
}


.des_menu ul.submenu.level-1 > li:hover > a:before {
  height: 3px;
}

.des_menu ul.submenu.level-1>li.active>a {
  font-weight: bold;
}
.des_menu ul.submenu.level-1>li>a.active-item:before {
  height: 3px;
}


.des_menu ul.submenu.level-1>li>a.active-branch {
  font-weight: bold;
}

.des_menu ul.submenu.level-1>li>a.active-branch:before {
  height: 3px;
}



.des_menu ul.submenu.level-1>li:not(:first-child) > ul.submenu.level-2 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1.125rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  top: 63px;
  border: 1px solid #e3e8f3;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 15px rgb(60 95 119 / 25%);
  box-shadow: 0 4px 15px rgb(60 95 119 / 25%);
  padding: 10px 25px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  list-style: none;
  display: none;
}

.des_menu ul.submenu.level-1>li:not(:first-child) > ul.submenu.level-2 > li > a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  padding: 25px 45px;
  white-space: normal;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  color: #6f42c1;
  font-weight: 500;
  padding-right: 47px;
}

.des_menu ul.submenu.level-1>li:not(:first-child) > ul.submenu.level-2 > li > a:after {
  display: block;
  content: attr(data-title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.des_menu ul.submenu.level-1>li:not(:first-child) > ul.submenu.level-2 > li > a:hover {
  background-color: transparent;
  opacity: 1;
  font-weight: 600;
  text-decoration: underline;
}

.des_menu ul.submenu.level-1>li:not(:first-child):hover > ul.submenu.level-2 {
  display: flex;
}

.des_menu ul ul ul {
  display: block;
}

.otr_hdr {
  min-height: 64px;
}
.des_menu ul.submenu.level-1>li:first-child ul.submenu.level-3 a .d-md-block {
  color: black!important;
  font-weight: normal!important;
}

@media (max-height: 720px) {
  .des_menu ul.submenu.level-1 > li.services > .submenu.level-2 {
    max-height: calc(100vh - 64px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.des_menu ul.submenu.level-1>li:first-child ul.submenu.level-2 .solutions a:first-child, .des_menu ul.submenu.level-1>li:first-child ul.submenu.level-2 .services a:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: none;
  color: #000;
  width: 100%;
  max-width: 100%;
  text-align: left;
  cursor: default;
  opacity: 0.5;
}

.des_menu ul.submenu.level-1>li:first-child ul.submenu.level-2 .solutions .submenu.level-3 {
padding-left: 0;
}
.des_menu ul.submenu.level-1>li:first-child ul.submenu.level-2 .services .submenu.level-3 {
padding-right: 20px;
}
ul.submenu.level-3 a{
  cursor: pointer!important;
  opacity: 1!important;
}
.des_menu ul.submenu.level-1>li:first-child ul.submenu.level-3 a{
  text-decoration: none!important;
  font-size: 15px!important;
  font-weight: 400!important;
}
.des_menu ul.submenu.level-1>li:first-child ul.submenu.level-3 a.active-item .dropdown-item__title {
  font-weight: 700!important;
}
.des_menu ul.submenu.level-1>li:first-child ul.submenu.level-3 a .dropdown-item__desc {
  font-size: 14px!important;
  opacity: .5;
}
.des_menu ul.submenu.level-1>li:first-child ul.submenu.level-3 a.active-item .dropdown-item__desc {
  font-size: 14px!important;
  opacity: 1;
}
.des_menu ul.submenu.level-1>li:first-child ul.submenu.level-2 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1.125rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  top: 63px;
  border: 1px solid #e3e8f3;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 15px rgb(60 95 119 / 25%);
  box-shadow: 0 4px 15px rgb(60 95 119 / 25%);
  left: 15px;
  left: -40px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.des_menu ul.submenu.level-1>li:not(:first-child)>ul.submenu.level-2>li>a.active-item, 
.des_menu ul.submenu.level-1>li:first-child ul ul>li>a.active-item .dropdown-item__title {
  font-weight: 600;
  background-color: transparent;
  opacity: 1;
  text-decoration: underline;
}
.des_menu .line {
    width: 1px;
    background-color: #e0e0e0;
    position: absolute;
    height: 100%;
    top: 0;
    right: calc(50% - 15px);
}
@media(min-width: 1280px) {
.des_menu .line {
    width: 1px;
    background-color: #e0e0e0;
    position: absolute;
    height: 100%;
    top: 0;
    right: calc(50% - 4px);
}
}
.des_menu ul.submenu.level-1>li.active>a {
  padding: 9px 15px 7px;
}
@media (min-width: 1280px){
  .des_menu ul.submenu.level-1>li:first-child ul ul > li {
    width: 350px;
  }
}

.des_menu ul.submenu.level-1>li:first-child  .mega-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  list-style: none;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.des_menu ul.submenu.level-1>li:first-child .row > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.des_menu ul.submenu.level-2 .solutions {
  padding-left: 66px;
}
@media (min-width: 992px){
  .des_menu ul.submenu.level-1>li:first-child .row > li {
    -webkit-box-flex: 1; 
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
/*     display: grid; */
    grid-template-columns: 1fr;
  }
}

.des_menu ul.submenu.level-1>li:first-child .row > li > a {
  display: block!important;
  text-align: center;
  color: black;
  width: max-content;
  margin: 0 auto; 
  margin-bottom: 25px;
}

span.submenu-toggle {
  display: none;
}

.des_menu ul.submenu.level-1>li:first-child ul ul > li > a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  padding: 25px 45px;
  white-space: normal;
  padding: 0 20px 20px 0;
}

.des_menu ul.submenu.level-1>li:first-child ul ul > li > a .dropdown-item__title {
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  color: #6f42c1;
  font-weight: 500;
  display: block;
}

.des_menu ul.submenu.level-1>li:first-child ul ul > li > a .dropdown-item__desc {
  font-size: 14px;
  color: grey;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  display: block;
}

.des_menu ul.submenu.level-1>li:first-child:hover > ul.submenu.level-2 {
  display: block;
}

.des_menu ul.submenu.level-1>li:first-child ul ul>li>a:hover {
  background-color: transparent;
  opacity: 1;
}

.des_menu ul.submenu.level-1>li:first-child ul ul>li>a:hover .dropdown-item__title {
  font-weight: 600;
  text-decoration: underline;
}

.des_menu ul.submenu.level-1>li:first-child ul ul>li>a:hover .dropdown-item__desc {
  color: #000;
}


.nav-search__container > div {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  height: 100%!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.nav-search__container form {
  padding: 0;
  margin: 0;
  background: transparent;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  position: relative;
  margin-right: 16px;
  margin-left: 200px;
}

.nav-search__container form input.hs-search-field__input {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #000000;
  background-color: transparent;
  border: 0px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: 0 !important;
  border-radius: 25px;
  padding-right: 40px;
  padding-left: 20px;
  width: 300px;
  border: 1px solid #ced4da;
  font-size: 14px;
}

.nav-search__container form  button {
  margin: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: absolute;
  right: 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-search__container form button img {
  margin-right: 0;
  width: 26px;
  height: 26px;
}

.nav-search__container .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.nav-search__container form input.hs-search-field__input {
  border-radius: 25px !important;
}

.nav-search__container form input.hs-search-field__input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  -webkit-box-shadow: none;
  box-shadow: none;
}


.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

@media(min-width:992px){
  .mob_menu{
    display:none;
  }
}

@media(max-width:991px){
  .otr_hdr {
    min-height: 56px;
  }

  .header .navbar > .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    flex-wrap: wrap;
  }
  header .navbar .navbar-collapse .des_menu ul {
    height: calc(100vh - 56.2px);
  }
  button.navbar-toggler {
    border: none;
    padding-left: 0;
  }

  .logo-wrapper {
    margin: 6px 20px 6px 0;
    padding: 0;
  }

  .logo-wrapper img {
    width: 78px;
    margin-right: 0;
  }
  .des_menu {
    display: none !IMPORTANT;
  }

  .mob_menu {
    width: 100%;
  }

  header .navbar .navbar-collapse .mob_menu ul.submenu.level-1 {
    height: calc(100vh - 56.2px);
    overflow-y: auto;
  }



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


  .mob_menu ul.submenu.level-1 > li {
    position: relative;
  }

  .mob_menu ul.submenu.level-1 > li > a {
    text-decoration: none!important;
    color: #000;
    padding: 20px 25px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #dbe1ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mob_menu ul ul {
    display: none;
  }

  .main-navbar-collapse {
    background-color: #fff;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .mob_menu ul.submenu.level-1 > li > a:hover,.mob_menu ul.submenu.level-1 > li > a:active {
    font-weight: 600;
  }

  .mob_menu .arrow {
    display: inline-block;
    padding: 8px;
    position: absolute;
    right: 30px;
    cursor: pointer;

  }

  .mob_menu .arrow:before,.mob_menu .arrow:after {
    content: "";
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    width: calc(50% + 1px);
    margin: auto;
    border-radius: 0.5rem 0 0 0.5rem;
    -webkit-transition: background .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,background .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out,background .2s ease-in-out;
  }

  .mob_menu .arrow:before {
    left: 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  .mob_menu .arrow:after {
    right: 0;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .mob_menu 
  ul.submenu.level-2 {
    margin: 0;
    font-size: 1.125rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f2f4fa;
    border-radius: 0;
    margin-top: -1px;
    padding: 0 25px;
  }

  .mob_menu ul.submenu.level-2 > li {
    border-bottom: 1px solid #dbe1ee;
  }

  .mob_menu ul.submenu.level-2 > li > a {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 20px;
    font-size: 14px;
    color: #000;
  }

  .srch-open button.navbar-toggler {
    visibility: hidden;
  }
  .mob_menu ul.submenu.level-1>li.child-open > a>  .arrow:before {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    height: 2px;
    width: calc(50% + 2px);
  }

  .mob_menu ul.submenu.level-1>li.child-open > a> .arrow:after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    height: 2px;
    width: calc(50% + 2px);
  }

}

.nav-search__container form input.hs-search-field__input::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.mob_menu ul.submenu.level-1>li.child-open > a {
  font-weight: 600;
}


@media (max-width: 991px) {
  .nav-search__container>div {
    width: 100%;
    justify-content: end;
  }

}

@media (max-width: 600px) {
  .nav-search__container form {
    margin-left: 0;
  }
}

@media (max-width: 450px) {
  .nav-search__container form {
    position: relative;
    margin-right: 16px;
  }

  .nav-search__container form input.hs-search-field__input {
    width: 250px;
  }
}

.des_menu ul.submenu.level-1>li.careers>ul,
.mob_menu ul.submenu.level-1>li:nth-last-child(2) > ul,
.mob_menu ul.submenu.level-1>li:nth-last-child(2) .arrow{

}

.des_menu ul.submenu.level-1 .about-us:hover .submenu.level-2, 
.des_menu ul.submenu.level-1 .careers:hover .submenu.level-2, 
.des_menu ul.submenu.level-1 .insights:hover .submenu.level-2,
.des_menu ul.submenu.level-1 .contact:hover .submenu.level-2 {
    display: block!important;
  }
.des_menu ul.submenu.level-1 .about-us .submenu.level-2,
.des_menu ul.submenu.level-1 .careers .submenu.level-2, 
.des_menu ul.submenu.level-1 .insights .submenu.level-2,
.des_menu ul.submenu.level-1 .contact .submenu.level-2 {
    left: 105px!important;
    padding: 0!important;
  padding-top: 25px!important;
  }
.des_menu ul.submenu.level-1 .careers .submenu.level-2 {
    left: 305px!important;
  }
.des_menu ul.submenu.level-1 .insights .submenu.level-2 {
  left: 219px !important;
}
.des_menu ul.submenu.level-1 .contact .submenu.level-2 {
    left: 390px!important;
  }
.des_menu ul.submenu.level-1 .about-us .submenu.level-2 a,
.des_menu ul.submenu.level-1 .careers .submenu.level-2 a, 
.des_menu ul.submenu.level-1 .insights .submenu.level-2 a,
.des_menu ul.submenu.level-1 .contact .submenu.level-2 a {
    padding-left: 30px!important;
    padding-bottom: 20px!important;
    padding-top: 0!important;
}
@media(min-width: 1280px ) {
.des_menu ul.submenu.level-1 .about-us .submenu.level-2 {
    left: 130px!important;
     padding-top: 25px!important;
    padding-bottom: 5px!important;
  }
  .des_menu ul.submenu.level-1 .careers .submenu.level-2 {
    left: 380px!important;
  }
  .des_menu ul.submenu.level-1 .insights .submenu.level-2 {
    left: 269px !important;
  }
  .des_menu ul.submenu.level-1 .contact .submenu.level-2 {
    left: 492px!important;
  }
}
.des_menu .submenu.level-3 .sustainability-analytics .menu-link .dropdown-item__title {color: green !important;}

.des_menu .submenu.level-3 .alchemy-creative-agency .menu-link .dropdown-item__title,
.des_menu .submenu.level-3 .alchemy-creative-agency .menu-link .dropdown-item__desc.d-none.d-md-block { color: #000000; opacity: 1;} 
.des_menu .submenu.level-3 .alchemy-creative-agency { position: relative; }
li.no-submenu.menu-item.hs-skip-lang-url-rewrite.alchemy-creative-agency::before {
  content: "";
  width: calc(100% + 29px + var(--bs-gutter-x));
/*   height: calc(100% + 26px); */
  height: calc(100% + 6px);
  position: absolute;
  left: calc((var(--bs-gutter-x) * -2) - 6px);
  top: -11px;
  background: linear-gradient(111.34deg,#e1f9f9,#efe8f7);
  display: block;
  z-index: -1;
}
}
footer.footer.lp {
    padding-bottom: 32px;
}
footer.footer {
  background-color: #783cbe;
  color: #fff;
  padding-top: 32px;
  padding-bottom: 24px;
}

.footer .page-center {}

.footer .page-center > .row {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  position: relative!important;
}


@media (min-width: 1500px){
  .footer .page-center > .row {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}



.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.footer__logo .figr {
  margin: 0 0 1rem;
  margin: 0 0 8px;
}

.footer__logo .figr img {
  width: 94px !important;
  height: 38px;
}

.footer__logo .ms-auto {
  margin-left: auto!important;
}


.footer__logo .ms-auto p {
  font-weight: 600;
  font-size: 12px;
  margin-top: 6px;
}

.footer__content {
  width: 100%;
}

.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 20px;
}


.footer-social-icons a {
  margin-right: 25px;
}

.footer-social-icons a img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: .6;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}


.ftr_menu ul.submenu.level-1 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 2%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}


.ftr_menu ul.submenu.level-1 li {
  margin-right: 0;
  margin-bottom: 0;
}


.ftr_menu ul.submenu.level-1 li:last-child {
  margin-right: 0;
}

.ftr_menu ul.submenu.level-1 li > a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding: 8px 0;
}


@media (min-width: 768px){
  .footer__logo {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .footer__logo .figr {
    margin: 0 40px 12px 0;
  }
  .footer__logo .figr img {
    width: 115px !important;
    height: 46px;
  }
  .footer__logo .ms-auto p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 9px;
  }

  .footer-social-icons {
    margin-left: 2rem;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .footer-social-icons a {
    margin-right: 20px;
  }

  .footer-social-icons a img {
    width: 28px;
    height: 28px;
  }
  .ftr_menu ul.submenu.level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    grid-gap: 0;
  }
  .ftr_menu ul.submenu.level-1 li {
    margin-right: 30px;
  }
}




@media (min-width: 992px){
  .footer__logo .ms-auto {
    margin-left: 0!important;
  }
  .footer__logo {
    display: block;
    margin-bottom: 0;
  }
  .footer__logo .figr {
    margin: 0 0 12px;
  }
  .footer__logo .figr img {
    width: 135px !important;
    height: 64px;
  }
  .footer__logo .ms-auto p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer__content {
    width: auto;
    margin-left: auto;
  }
  .footer-social-icons {
    position: relative;
    margin-bottom: 36px;
  }
  .footer-social-icons a img {
    width: 32px;
    height: 32px;
  }

  .ftr_menu ul.submenu.level-1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .ftr_menu ul.submenu.level-1 li {
    margin-right: 34px;
    width: auto;
  }
  .ftr_menu ul.submenu.level-1 li > a {
    font-size: 14px;
  }
}

footer a {
  text-decoration: none;
}

.footer-social-icons a:last-child {
  margin-right: 0;
}

.footer-social-icons a:hover img {
  opacity: 1;
}
/* 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;
  }
}

/* Cookies Banner */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border-radius: 30px !important;  
/*   width: 105px !important; */
  text-align: center !important;
  height: 48px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
  background-color: #783cbe !important;
/*   font-size: 1rem !important; */
}
#hs-eu-cookie-confirmation {
  position: fixed !important;
  height: 100vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  max-width: 500px !important;
  max-height: 100vh;
  width: 94% !important;
  overflow: auto !important; 
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  display: flex !important;
  flex-flow: row-reverse !important;  
  justify-content: space-between !important;
  margin-right: 0 !important;
  margin-top: 20px !important;
}
/*div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group {
  display:flex !important;
  flex-flow: row-reverse !important;
}*/
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  overflow: auto;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording a {
  font-weight: 600 !important;
  color: #783cbe!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 0 5px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording > div > p:first-child {
  text-align: center !important;
  margin-bottom: 15px !important;
  line-height: 1 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p:nth-child(3) {
  margin-bottom: 5px !important;
}
@media only screen and ( min-width: 481px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {    
    font-size: 1rem !important;
/*     width: 123px !important; */
  }
}
@media only screen and (min-width: 960px) {
  #hs-eu-cookie-confirmation {
    background: transparent !important;
    height: auto;
    
  }
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    max-width: 700px!important;
    box-shadow: 0 1px 5px #eaf0f6;
  }
}
/* About Cookies - settings */
body #hs-modal #hs-modal-content #hs-modal-body, body #hs-modal #hs-modal-content #hs-modal-footer {
  font-family: 'Maven Pro',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji' !important;
  color: #000000 !important;
}
body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-accept-all, body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-save-settings {
  border-radius: 30px !important;
}
body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description .hs-category-description-text p {
  color: #000000 !important;
}
body #hs-modal #hs-modal-content .hs-category-description-text a, body #hs-modal #hs-modal-content .hs-category-description-text a:hover {
  color: #783cbe!important;
}
/* Show cookie banner button  */
  #hs_show_banner_button {
    position: fixed; 
    bottom: 0; 
    right: 5%; 
    border-radius: 0;
    background-color: #ffffff; 
    padding: 5px 8px; 
    text-decoration: none; 
    font-family: inherit; 
    font-size: inherit; 
    font-weight: normal; 
    line-height: inherit;
    text-align: left; 
    text-shadow: none;
    z-index: 99999;
    font-size: 11px;
    color: #000000; 
    margin: 0;
  }
:root {
  --brand-10: rgba(120, 60, 190, 0.1);
  --brand-20: rgba(120, 60, 190, 0.2);
  --brand-30: rgba(120, 60, 190, 0.3);
  --brand-40: rgba(120, 60, 190, 0.4);
  --brand-50: rgba(120, 60, 190, 0.5);
  --brand-60: rgba(120, 60, 190, 0.6);
  --brand-70: rgba(120, 60, 190, 0.7);
  --brand-80: rgba(120, 60, 190, 0.8);
  --brand-90: rgba(120, 60, 190, 0.9);
  --brand-100: rgba(120, 60, 190, 1.0);
  
  --black-10: rgba(0, 0, 0, 0.1);
  --black-20: rgba(0, 0, 0, 0.2);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-60: rgba(0, 0, 0, 0.6);
  --black-70: rgba(0, 0, 0, 0.7);
  --black-80: rgba(0, 0, 0, 0.8);
  --black-90: rgba(0, 0, 0, 0.9);
  --black-100: rgba(0, 0, 0, 1.0);
 
  --navy-10: rgba(61, 0, 168, 0.1);
  --navy-20: rgba(61, 0, 168, 0.2);
  --navy-30: rgba(61, 0, 168, 0.3);
  --navy-40: rgba(61, 0, 168, 0.4);
  --navy-50: rgba(61, 0, 168, 0.5);
  --navy-60: rgba(61, 0, 168, 0.6);
  --navy-70: rgba(61, 0, 168, 0.7);
  --navy-80: rgba(61, 0, 168, 0.8);
  --navy-90: rgba(61, 0, 168, 0.9);
  --navy-100: rgba(61, 0, 168, 1.0);
  
  --blue-10: rgba(74, 82, 199, 0.1);
  --blue-20: rgba(74, 82, 199, 0.2);
  --blue-30: rgba(74, 82, 199, 0.3);
  --blue-40: rgba(74, 82, 199, 0.4);
  --blue-50: rgba(74, 82, 199, 0.5);
  --blue-60: rgba(74, 82, 199, 0.6);
  --blue-70: rgba(74, 82, 199, 0.7);
  --blue-80: rgba(74, 82, 199, 0.8);
  --blue-90: rgba(74, 82, 199, 0.9);
  --blue-100: rgba(74, 82, 199, 1.0);
  
  --light-blue-10: rgba(64, 168, 245, 0.1);
  --light-blue-20: rgba(64, 168, 245, 0.2);
  --light-blue-30: rgba(64, 168, 245, 0.3);
  --light-blue-40: rgba(64, 168, 245, 0.4);
  --light-blue-50: rgba(64, 168, 245, 0.5);
  --light-blue-60: rgba(64, 168, 245, 0.6);
  --light-blue-70: rgba(64, 168, 245, 0.7);
  --light-blue-80: rgba(64, 168, 245, 0.8);
  --light-blue-90: rgba(64, 168, 245, 0.9);
  --light-blue-100: rgba(64, 168, 245, 1.0);
  
  --teal-100: rgba(0, 202, 206, 1.0);
  --teal-90: rgba(0, 202, 206, 0.9);
  --teal-80: rgba(0, 202, 206, 0.8);
  --teal-70: rgba(0, 202, 206, 0.7);
  --teal-60: rgba(0, 202, 206, 0.6);
  --teal-50: rgba(0, 202, 206, 0.5);
  --teal-40: rgba(0, 202, 206, 0.4);
  --teal-30: rgba(0, 202, 206, 0.3);
  --teal-20: rgba(0, 202, 206, 0.2);
  --teal-10: rgba(0, 202, 206, 0.1);
  --blog-sidebar-width: 393px;
}

html {
  scroll-behavior: smooth;
}
.container{
  margin:0 auto;
}
@media(min-width: 1280px) {
  .content-wrapper, .container, .page-center {
    max-width: 1240px;
  }
}

.section-py {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-pt {
  padding-top: 50px;
}
.section-pb {
   padding-bottom: 50px;
}
.section-my {
  margin-top: 50px;
  margin-bottom: 50px;
} 
.section-mt {
  margin-top: 50px;
}
.section-mb {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .section-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }  
  .section-pt {
    padding-top: 60px;
  }
  .section-pb {
    padding-bottom: 60px;
  }
  .section-my {
    margin-top: 60px;
    margin-bottom: 60px;
  } 
  .section-mt {
    margin-top: 60px;
  }
  .section-mb {
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .section-py {
    padding-top: 80px;
    padding-bottom: 80px;
  }  
  .section-pt {
    padding-top: 80px;
  }
  .section-pb {
    padding-bottom: 80px;
  }
  .section-my {
    margin-top: 80px;
    margin-bottom: 80px;
  } 
  .section-mt {
    margin-top: 80px;
  }
  .section-mb {
    margin-bottom: 80px;
  }
}

@media (min-width: 1640px) {
  .section-py {
    padding-top: 90px;
    padding-bottom: 90px;
  }  
  .section-pt {
    padding-top: 112px;
  }
  .section-pb {
    padding-bottom: 90px;
  }
  .section-my {
    margin-top: 90px;
    margin-bottom: 90px;
  } 
  .section-mt {
    margin-top: 90px;
  }
  .section-mb {
    margin-bottom: 90px;
  }
}
.b-grid .justify-content-center {
	display: flex;
	justify-content: center;
}
  
.b-grid .align-items-center {
	align-items: center !important;
}
  
.b-grid .d-flex {
	display: flex !important;
}
.b-grid .flex-flow-column {
	flex-flow: column !important;
}
.b-grid .col-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: 100%;
}
  .b-grid .col-md-3, .b-grid .col-md-4, .b-grid .col-md-5, .b-grid .col-md-6,.b-grid .col-md-7, .b-grid .col-md-8, .b-grid .col-md-9, .b-grid .col-md-10, .b-grid .col-md-11,
  .b-grid .col-lg-3, .b-grid .col-lg-4, .b-grid .col-lg-5, .b-grid .col-lg-6,.b-grid .col-lg-7, .b-grid .col-lg-8, .b-grid .col-lg-9, .b-grid .col-lg-10, .b-grid .col-lg-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
@media (min-width: 768px) {
	.b-grid .col-md-3 {  
	  width: 25%;
	}
	.b-grid .col-md-4 {  
	  width: 33.33333333%;
	}
	.b-grid .col-md-5 {  
	  width: 41.66666667%;
	}
	.b-grid .col-md-6 {  
	  width: 50%;
	}
	.b-grid .col-md-7 {    
	  width: 58.33333333%;
	}
	.b-grid .col-md-8 {    
	  width: 66.66666667%;
	}
	.b-grid .col-md-9 {    
	  width: 75%;
	}
	.b-grid .col-md-10 {    
	  width: 83.33333333%;
	}
	.b-grid .col-md-11 {    
	  width: 91.66666667%;
	}  
}
@media (min-width: 1280px) {
	.b-grid .col-lg-3 {  
	  width: 25%;
	}
	.b-grid .col-lg-4 {  
	  width: 33.33333333%;
	}
	.b-grid .col-lg-5 {  
	  width: 41.66666667%;
	}
	.b-grid .col-lg-6 {  
	  width: 50%;
	}
	.b-grid .col-lg-7 {    
	  width: 58.33333333%;
	}
	.b-grid .col-lg-8 {    
	  width: 66.66666667%;
	}
	.b-grid .col-lg-9 {    
	  width: 75%;
	}
	.b-grid .col-lg-10 {    
	  width: 83.33333333%;
	}
	.b-grid .col-lg-11 {    
	  width: 91.66666667%;
	}  
}
@media (min-width: 1840px) {
	.b-grid .col-xxl-3 {  
	  width: 25%;
	}
	.b-grid .col-xxl-4 {  
	  width: 33.33333333%;
	}
	.b-grid .col-xxl-5 {  
	  width: 41.66666667%;
	}
	.b-grid .col-xxl-6 {  
	  width: 50%;
	}
	.b-grid .col-xxl-7 {    
	  width: 58.33333333%;
	}
	.b-grid .col-xxl-8 {    
	  width: 66.66666667%;
	}
	.b-grid .col-xxl-9 {    
	  width: 75%;
	}
	.b-grid .col-xxl-10 {    
	  width: 83.33333333%;
	}
	.b-grid .col-xxl-11 {    
	  width: 91.66666667%;
	} 
}

.text-center {text-align: center;}
.text-left { text-align: left; }

/* Responsive  sm/md/lg/xl/xxl*/

@media (min-width: 769px) {
    .text-sm-left {
        text-align: left!important;
    }
    .text-sm-center {
        text-align: center!important;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left!important;
    }
    .text-md-center {
        text-align: center!important;
    }
}

@media (min-width: 1300px) {
    .text-lg-left {
        text-align: left!important;
    }
    .text-lg-center {
        text-align: center!important;
    }
    .core-slider__img_chain {
        height: 656px;
    }
}

@media (min-width: 1500px) {
    .text-xl-left {
        text-align: left!important;
    }
    .text-xl-center {
        text-align: center!important;
    }
}

@media (min-width: 1640px) {
    .text-xxl-left {
        text-align: left!important;
    }
    .text-xxl-center {
        text-align: center!important;
    }
    .core-slider__img_chain {
        height: 760px;
    }
}
/*
p, ul, ul li, span { font-size: 16px; }
@media (min-width: 1640px) {
  p, ul, ul li, span { font-size: 18px; }
}*/

.body-wrapper {
overflow: hidden;
}

figure{
  margin: 0 0 1rem;
} 
.bg-dark-purple {
  background: -o-linear-gradient(132.95deg, #783CBE -0.02%, #783CBE 17.31%, #270169 100.85%);
  background: linear-gradient(132.95deg, #783CBE -0.02%, #783CBE 17.31%, #270169 100.85%);
}
.bg-purple {
  background: -o-linear-gradient(317.05deg,#783cbe -.02%,#783cbe 17.31%,#270169 100.85%);
  background: linear-gradient(132.95deg,#783cbe -.02%,#783cbe 17.31%,#270169 100.85%);
}
.bg-purple-15 {
  background: -o-linear-gradient(113.58deg, RGBA(0,202,206,0.15) -53.69%, RGBA(81,107,195,0.15) 29.56%, RGBA(120,60,190,0.15) 100%);
  background: linear-gradient(113.58deg, RGBA(0,202,206,0.15) -53.69%, RGBA(81,107,195,0.15) 29.56%, RGBA(120,60,190,0.15) 100%);
}
.bg-light-blue {
    background: -o-linear-gradient(338.66deg,#e1f9f9 0,#efe8f7 100%);
    background: linear-gradient(111.34deg,#e1f9f9,#efe8f7);
}

section {
  position: relative;
}

.visibly-hidden {
  border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hide-md {
  z-index: -1;
  visibility: hidden;
  height: 0;
}


@media (min-width: 1280px){
  .hide-md {
    z-index: inherit;
    visibility: visible;
    height: inherit;
  }
}

@media (min-width: 1280px)
  .d-lg-none {
    display: none!important;
}

@media (min-width: 992px) {
  header.header .navbar {
    height: 64px;
  }
}


.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px solid #0000;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 51px;
  padding: 15px 20px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  /*font-weight: 500;*/
/*   font-weight:100; */
  color: #fff;
  border: 1px solid #fff;
}

.btn:hover {
  color: #783cbe;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-full {
  color: #783cbe;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-full:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.btn-purple {
  color: #783cbe;
  border: 1px solid #783cbe;
}

.btn-purple:hover {
  color: #fff!important;
  background-color: #783cbe!important;
  border: 1px solid #783cbe!important;
}

.btn-purple-full {
  color: #ffffff !important;
  border: 1px solid #783cbe !important;
  background-color: #783cbe!important;
}
.btn-purple-full:hover {
  color: #783cbe !important;
  background-color:  transparent !important;
  border: 1px solid #783cbe!important;
}

.btn-teal {
  color: #ffffff;
 /* background-color: var(--teal-100) !important;
  border: 1px solid var(--teal-100);*/
  /*#008689, #009699*/
  background-color: #00a5a8 !important;
  border: 1px solid #00a5a8 !important;
  text-shadow: 0px 0px 1px #003e3f;
}

.btn-teal:hover {
  color: #fff!important;
  background-color: #783cbe!important;
  border: 1px solid #783cbe!important;
  text-shadow: none;
}

.btn svg {
  vertical-align: middle;
  margin-left: 8px;
  fill: currentcolor !important;
  color: currentColor !important;
}
.btn svg path {
  fill: currentcolor !important;
  color: currentColor !important;
}

.header .apply-btn.btn {
  color: #ffffff;
  height: 40px;
  width: 152px;
  margin: auto 20px auto auto;
  font-size: 14px;
  background-color: #783cbe;
  padding: 15px 10px 15px 17px;
  white-space: nowrap;
  display: none !important;
}
.header .apply-btn.btn:hover { 
  color: #783cbe !important;
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .nav-icons { min-width: 93px;}
  .header .apply-btn.btn { display: flex !important;}
}

.img-wrap-fullwidth,
.img-wrap-fullwidth-top-banner {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.img-wrap-fullwidth-top-banner {
  padding-bottom: 32%;
}

.img-wrap-fullwidth img,
.img-wrap-fullwidth-top-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-wrap-fullwidth-top-banner img {
  -o-object-position: center top;
  object-position: center top;
}

.text-purple {
  /* background: -o-linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
   background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%); 
  background: -o-linear-gradient(109.58deg,var(--brand-100) 8.23%,var(--blue-100) 73.32%,var(--blue-100) 73.32%);
  background: linear-gradient(109.58deg,var(--brand-100) 8.23%,var(--blue-100) 73.32%,var(--blue-100) 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;*/
  color: var(--brand-100);
}
@media (min-width: 1024px) {  
  .text-purple {
    background: -o-linear-gradient(109.58deg,var(--brand-100) 8.23%,var(--blue-100) 73.32%,var(--blue-100) 73.32%);
    background: linear-gradient(109.58deg,var(--brand-100) 8.23%,var(--blue-100) 73.32%,var(--blue-100) 73.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
  }
}

.text-blue { color: var(--blue-100); }
.title__mb-0 { margin-bottom: 0 !important;}

.title__xl {
  font-weight: 600;
  line-height: 1.2;
  font-size: 36px;
}
.title__lg {
  text-align: center;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 45px;
  font-weight: 600;
}

.title__lg__mb + .title__lg {
    margin-bottom: 20px !important;
}
.txtlft{
  text-align:left;
}

@media (min-width: 768px) {
  .title__xl {
    font-size: 42px;
  }
  .title__lg {
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: -8px;
  }
}

@media (min-width: 1280px) {
  .title__xl {
    font-size: 58px;
  }
  .title__lg {
    font-size: 42px;
    margin-bottom: 60px;
    margin-top: -10px;
  }
}

@media (min-width: 1640px) {
  .title__xl {
    font-size: 80px;
  }
  .title__lg {
    font-size: 56px;
    margin-bottom: 70px;
    margin-top: -14px;
  }
}

.subtitle__lg { margin-bottom: 45px !important; }
@media (min-width: 768px) {
  .subtitle__lg { margin-bottom: 60px !important;}
}
@media (min-width: 1280px) {
  .subtitle__lg { margin-bottom: 70px !important;}
}
@media (min-width: 1640px) {
  .subtitle__lg { margin-bottom: 80px !important;}
}

.post-items-wrap .row {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

@media (min-width: 768px) {
  .post-items-wrap .span12 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
}


.post-items-wrap {
  padding-top: 50px;
  padding-bottom: 50px
}

@media (min-width: 768px) {
  .post-items-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .post-items-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1640px) {
  .post-items-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}


@media (min-width: 992px){
  .item {
    margin-bottom: 1rem;
  }
}

.item {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .item {
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .item {
    margin-bottom: 60px;
  }
}

@media (min-width: 1640px) {
  .item {
    margin-bottom: 70px;
  }
}


.post__cat-title {
  margin-bottom: 0.8rem;
}

.post__cat-title,
.post__excerpt,
.post__title {
  font-size: 16px;
}

.post__cat-title,
.post__title {
  font-weight: 700;
}
.post__cat-title.subtitle__lg {
  font-weight: 400;
}

.post__cat-title {
  margin-bottom: 0.8rem;
}
.post__title {
  font-weight: 600;
  margin-bottom: 12px;
} 
.item__title {
  font-size: 18px !important;
}
.spec__title {
  font-size: 18px !important;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}
.spec__subtitle {
  font-size: 14px !important;
  margin-bottom: 0;
}

form {
  background: transparent;
  padding: 0;
  margin: 0;
}
form .hs-form-field {
  margin: 0;
  margin-top: 1rem;
  padding-left: 8px;
  padding-right: 8px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

form {
  color: #fff;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  flex-direction: column;
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
}

@media (min-width: 768px) {
form {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}

form {
  font-size: 1rem;
}

form .hs-form-field > label {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
  display: inline-block;
}

form div .input .hs-input {
  border-radius: 10px !important;
  width: 100% !important;
}

form .input {
  margin-right: 0px !important;
}

form .hs-input.hs-fieldtype-intl-phone {
 display: flex;
}
form .hs-input.hs-fieldtype-intl-phone select.hs-input {
 width: 45%!important;
  margin-right: 10px;
  padding-right: 35px;
}
@media(max-width: 768px ) {
form .hs-input.hs-fieldtype-intl-phone {
  display: flex;
  flex-direction: column;
}
form .hs-input.hs-fieldtype-intl-phone select.hs-input {
  width: 100%!important;
  margin-right: 0!important;
  padding-right: 0!important;
  margin-bottom: 30px;
}
}
form span.hs-form-required {
  color: #fff;
}

form textarea {
  min-height: 93.17px;
}

form li.hs-form-booleancheckbox {
  margin: 0;
}

li.hs-form-booleancheckbox {
}

form label.hs-form-booleancheckbox-display {
  color: #fff;
  display: block;
  min-height: 1.575rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  font-size: 16px;
}

form .input .hs-input[type=checkbox] {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 1em !important;
  height: 1em;
  margin-top: 0.2em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  float: left;
  margin-left: -1.5em;
  border-radius: 0.25em !important;
}

form label.hs-form-booleancheckbox-display span {
  display: inline-block;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

form label.hs-form-booleancheckbox-display span a {
  text-decoration: none!important;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

form .hs-submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding-top: 1.5rem!important;
}

form .hs-submit input.hs-button.primary.large {
  margin: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  margin-right: auto!important;
  margin-left: auto!important;
  border-radius: 51px;
  padding: 15px 17px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out, color .3s eas-in-out;
  -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out,color .3s eas-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out, color .3s eas-in-out;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  display: block !important;
  width: auto;
  white-space: normal;
  background-color: transparent !important;
}

form .hs-submit input.hs-button.primary.large:hover {
  color: #783cbe;
  background-color: #fff !important;
  border: 1px solid #fff;
}


form select.hs-input {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px !important;
  font-size: 1rem;
  padding: 8px 12px;
 
}

@media (min-width: 1640px) {
form select.hs-input {
  height: 42px;  
  }
}


@media (max-width: 767px) {
  form .hs-form-field {
      width: 100% !important;
  }

  form .hs-input {
      height: 40.39px;
  }

  form textarea.hs-input {
    height: auto;
    min-height: 85.17px;
  }
}


/* --- CUSTOM FORMS --- */
.form_style_1 { max-width: 386px !important; background: linear-gradient(113.58deg,#783CBE 0%,#270169 100%) !important; padding: 24px !important; border-radius: 16px !important; margin: 0 auto; }
.form_style_1 .form__title { margin-bottom: 32px !important; }
.form_style_1 form .hs-form-field { margin-top: 0 !important; margin-bottom: 8px; padding-right: calc(var(--bs-gutter-x)* .25); padding-left: calc(var(--bs-gutter-x)* .25); }
.form_style_1 form .hs-form-field > label { margin-bottom: 2px; margin-left: 6px !important; font-weight: 500 !important; display: block !important; text-align: left !important; }
.form_style_1 form .inputs-list > li { margin-top: 4px; margin-bottom: 0px; }
.form_style_1 form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg, 
.form_style_1 form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element { font-size: 15px; line-height: 1; }
.form_style_1 form label.hs-form-booleancheckbox-display { margin-top: 5px !important; }
.form_style_1 form label.hs-form-booleancheckbox-display span { font-size: 13px !important; }
/* .form_style_1 form label.hs-form-booleancheckbox-display span a { color: var(--light-blue-80) !important;} */
.form_style_1 form label.hs-form-booleancheckbox-display .hs-form-required { color: red !important; } 
.form_style_1 form .hs-submit { padding-top: 0px !important;  margin-top: 15px !important; }
.form_style_1 form .hs-submit .actions { margin: 0 auto; }
.form_style_1 form .hs-submit input.hs-button.primary.large { 
  background-color: transparent !important; 
  border: 1px solid #ffffff !important; 
  padding-left: 25px !important; 
  padding-right: 40px !important; 
  background-position: bottom 50% right 15px !important;
  color: #ffffff !important;
}
.form_style_1 form .hs-submit input.hs-button.primary.large:hover {
  color: #783cbe !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-image: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/arrow_purple.svg) !important;
}
/*@media (max-width: 767px) {
  .form_style_1 form .hs-form-field { margin-bottom: 0 !important; }
}*/
@media (min-width: 1280px) {
  .form_style_1 { min-width: 440px !important; padding: 40px 48px 32px !important; }
  .form_style_1 form label.hs-form-booleancheckbox-display span { font-size: 14px !important; }
}
@media (min-width: 1640px) {
  .form_style_1 { min-width: 460px !important; padding: 48px 58px 48px !important; }
  .form_style_1 .form__title { margin-bottom: 40px !important; }
}
/* --- --- ---- --- --- */

@media (min-width: 768px) {
  .post__cat-title {
    font-size: 20px !important;
  }
  .post__title, 
  .post__excerpt {
    font-size: 18px;
  } 
}

.post__excerpt{
  overflow:initial !important;
}

@media (min-width: 992px) {
  .post__cat-title {
    font-size: 18px !important;
    margin-bottom: 18px;
  }
  .post__title {
    margin-bottom: 13px;
  }
  .post__excerpt {
    margin-bottom: 35px;
  } 
  .item__title {
    font-size: 20px !important;
  }
}
@media (min-width: 1280px) {
  .spec__title {
    font-size: 22px !important;
  }
  .spec__subtitle {
    font-size: 16px !important;
  }
}
@media (min-width: 1640px) {
  .post__cat-title {
    font-size: 24px !important;
  }
  .post__title {
    font-size: 24px;
  }
  .post__excerpt {
    font-size: 20px;
  } 
  .item__title {
    font-size: 24px !important;
  }
}

.post-item .link-to-post { margin-bottom: 15px; display: block; }
.post__img,
.post__img-mobile {
  position: absolute;
  width: 100vw;
  left: 0;
  padding-top: 54%;
/*   margin-bottom: 15px; */
}

.post__img::before,
.post__img-mobile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
/*   background: linear-gradient(134.51deg, #b63db9 21.52%, #3d00a8 100%); */
  mix-blend-mode: color;
  opacity: 0.2;
  z-index: 1;
}

.post__img__dimension-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.post__img img,
.post__img-mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .post-item .link-to-post { margin-bottom: 20px; }
  .post__img,
  .post__img-mobile {
    position: relative;
    width: 100%;
    padding-top: 54%;
/*     margin-bottom: 20px; */
  }

  .post__img img,
  .post__img-mobile img {
    object-position: 50% 30%;
  }
}

@media (min-width: 992px) {
  .post__img,
  .post__img-mobile {
    padding-top: 54%;
  }
  .post__img img,
  .post__img-mobile img {
    object-position: center;
  }
}

.post__img-mobile {
  padding-top: 24%;
}

.post__img-mobile img {
  object-fit: cover;
  object-position: 50% 20%;
}


.img-wrap-fullwidth {
  padding-bottom: 53%;
}

@media (min-width: 768px) {
  .img-wrap-fullwidth {
    padding-bottom: 25%;
  }
}

@media (min-width: 992px) {
  .img-wrap-fullwidth {
    padding-bottom: 22.2%;
  }
}

@media (min-width: 1640px) {
  .img-wrap-fullwidth {
    padding-bottom: 20.8%;
  }
}

@media(max-width:991px){
  .post-items-wrap  .span4 {
    width: 100%;
  }
}

/* Swiper pagination - bulltes purple and white*/
.ling-pagination__purple, .ling-pagination__white {
  position: relative !important;
  bottom: inherit !important;
  left: inherit !important;
}
.ling-pagination__purple .swiper-pagination-bullet, .ling-pagination__white .swiper-pagination-bullet {
  height: 26px;
  margin: 0 !important;
  width: 26px;
  background: transparent;
  border: 0;;
  position: relative;
}
/*.ling-pagination__purple .swiper-pagination-bullet {
  background: #783cbe;
  border: 6px solid #fff;
}*/

.ling-pagination__purple .swiper-pagination-bullet::before, .ling-pagination__white .swiper-pagination-bullet::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .5;
} 
.ling-pagination__purple .swiper-pagination-bullet::before {
  background: #783cbe;
}

.ling-pagination__white .swiper-pagination-bullet::before {
   background: #ffffff;
}
.ling-pagination__purple .swiper-pagination-bullet-active::before, .ling-pagination__white .swiper-pagination-bullet-active::before {
  opacity: 1;
}


/*.homerow3 .stres_wrp {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .homerow3 .stres_wrp {
    padding: 60px 0;
  }
}

@media (min-width: 1280px) {
  .homerow3 .stres_wrp {
    padding: 80px 0 40px;
  }
}

@media (min-width: 1640px) {
  .homerow3 .stres_wrp {
    padding: 120px 0 60px;
  }
}

.homerow4 .img_glllry .item {
  margin: 0 !important;
}


.homerow8 .bg_imgg {
  padding-bottom: 0;
}

.homerow9 .post-items-wrap .span4:nth-child(1) .item,
.homerow9 .post-items-wrap .span4:nth-child(2) .item,
.homerow9 .post-items-wrap .span4:nth-child(3) .item {
  margin-bottom: 45px !important;
}

@media (min-width: 768px) {
  .homerow9 .post-items-wrap .span4:nth-child(1) .item,
  .homerow9 .post-items-wrap .span4:nth-child(2) .item,
  .homerow9 .post-items-wrap .span4:nth-child(3) .item {
    margin-bottom: 60px!important;
  }
}

@media (min-width: 1280px) {
  .homerow9 .post-items-wrap {
    padding: 60px 0 80px;
  }

  .homerow9 .post-items-wrap .span4:nth-child(1) .item,
  .homerow9 .post-items-wrap .span4:nth-child(2) .item,
  .homerow9 .post-items-wrap .span4:nth-child(3) .item {
    margin-bottom: 85px!important;
  }
}

@media (min-width: 1640px) {
  .homerow9 .post-items-wrap {
    padding: 100px 0 120px;
  }

  .homerow9 .post-items-wrap .span4:nth-child(1) .item,
  .homerow9 .post-items-wrap .span4:nth-child(2) .item,
  .homerow9 .post-items-wrap .span4:nth-child(3) .item {
    margin-bottom: 85px!important;
  }
}

@media (min-width: 1280px){
  .homerow2 .post-items-wrap {
    padding-bottom: 0 !important;
  }
}*/

body {
  overflow-x: hidden;
}

/*
@media(max-width:1279px){
  .homerow3mob .bg_imgg {
    padding: 0;
  }

  .homerow3mob .bg_imgg img {
    -o-object-position: center top;
    object-position: center top;
  }

  .homerow3mob .bg_imgg {
    padding-top: 0;
  }

  .homerow3mob .bg_imgg img {
    -o-object-position: center top;
    object-position: center top;
  }

}*/

@media(max-width:991px){
/*
  .homerow3mob .bg_imgg {
    padding-bottom: 60px;
  }

  .homerow4 .img_glllry .item {
    margin-bottom: 50px !important;
  }

  .homerow4 .img_glllry .span4:last-child .item {
    margin-bottom: 0!important;
  } 
*/
  .post-items-wrap .span12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }


}

@media(max-width:767px){
  .row-fluid [class*=span] {
    width: 100%;
  }
  /*.homerow3mob .bg_imgg {
    padding-bottom: 50px;
  }

  .homerow4 .img_glllry .item {
    margin-bottom: 45px!important;
  }*/

}
/*
.carindrow5 .bg_imgg {
  padding: 0;
}
*/

.carindrow6 .dnd-section {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .carindrow6 .dnd-section {
    padding: 60px 0;
  }
}

@media (min-width: 1280px) {
  .carindrow6 .dnd-section {
    padding: 80px 0;
  }
}

@media (min-width: 1640px) {
  .carindrow6 .dnd-section {
    padding: 120px 0;
  }
}

.carindrow6 .widget-type-header {
  padding: 0 3rem;
}

.carindrow6 .dnd-section {
  text-align: center;
}

.carindrow6 h2 {
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 45px;
  font-weight: 600;
  background: -o-linear-gradient(340.42deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}

@media (min-width: 768px) {
  .carindrow6 h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
.carindrow6 .dnd-section > .row-fluid {
  padding: 0;
}
@media (min-width: 1280px) {
  .carindrow6 h2 {
    font-size: 44px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1640px) {
  .carindrow6 h2 {
    font-size: 56px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .career_india_page .top-banner .row {
    width: 100%;
    margin: 0;
  }  
  .career_india_page .top-banner .span7 {
    padding: 0;
  }
}

.carphrow2 .ad_sldr .jlg__section .item,
.carpolrow2 .ad_sldr .jlg__section .item,
.carmexrow2 .ad_sldr .jlg__section .item {
  margin-bottom: 0;
}

.carphrow2 .ad_sldr p.mb-lg-0,
.carpolrow2 .ad_sldr p.mb-lg-0,
.carmexlrow2 .ad_sldr p.mb-lg-0 {
  margin-bottom: 1em;
}

.carphrow2 .ad_sldr .ad_cnt .sapn12 {
  column-count: 2;
}


.carphrow6 .dnd-section,
.carpolrow6 .dnd-section,
.carmexrow6 .dnd-section {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .carphrow6 .dnd-section,
  .carpolrow6 .dnd-section,
  .carmexrow6 .dnd-section {
    padding: 60px 0;
  }
}

@media (min-width: 1280px) {
  .carphrow6 .dnd-section,
  .carpolrow6 .dnd-section,
  .carmexrow6 .dnd-section {
    padding: 80px 0;
  }
}

@media (min-width: 1640px) {
  .carphrow6 .dnd-section,
  .carpolrow6 .dnd-section,
  .carmexrow6 .dnd-section {
    padding: 120px 0;
  }
}

.carphrow6 .widget-type-header,
.carpolrow6 .widget-type-header,
.carmexrow6 .widget-type-header {
  padding: 0 3rem;
}

.carphrow6 .dnd-section,
.carpolrow6 .dnd-section,
.carmexrow6 .dnd-section {
  text-align: center;
}



.carphrow6 .dnd-section > .row-fluid,
.carpolrow6 .dnd-section > .row-fluid,
.carmexrow6 .dnd-section > .row-fluid {
  padding: 0;
}


.carphrow8,
.carpolrow8{
  text-align: center;
}

.carphrow8 .widget-type-header,
.carpolrow8 .widget-type-header{
  padding: 0 3em;
}

.carphrow8 .widget-type-header h2,
.carpolrow8 .widget-type-header h2{
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 28px;
  margin-bottom: 45px;
  font-weight: 600;
  background: -o-linear-gradient(340.42deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}

@media (min-width: 768px) {
  .carphrow8 .widget-type-header h2,
  .carpolrow8 .widget-type-header h2{
    font-size: 36px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .carphrow8 .widget-type-header h2,
  .carpolrow8 .widget-type-header h2{
    font-size: 44px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1640px) {
  .carphrow8 .widget-type-header h2,
  .carpolrow8 .widget-type-header h2{
    font-size: 56px;
    margin-bottom: 70px;
  }
}
/*
.carphrow9 .dnd-section,
.carpolrow9 .dnd-section{
  padding: 50px 0;
}

@media (min-width: 768px) {
  .carphrow9 .dnd-section,
  .carpolrow9 .dnd-section{
    padding: 50px 0;
  }
}

@media (min-width: 1280px) {
  .carphrow9 .dnd-section,
  .carpolrow9 .dnd-section{
    padding: 30px 0;
  }
}

@media (min-width: 1640px) {
  .carphrow9 .dnd-section,
  .carpolrow9 .dnd-section{
    padding: 50px 0;
  }
}

.carphrow9,
.carpolrow9{
  text-align: center;
}

.carphrow9 .widget-type-header,
.carpolrow9 .widget-type-header{
  padding: 0 15px;
}

.carphrow9 h2,
.carpolrow9 h2{
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 45px;
  font-weight: 600;
  background: -o-linear-gradient(340.42deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .carphrow9 h2,
  .carpolrow9 h2{
    font-size: 36px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .carphrow9 h2,
  .carpolrow9 h2{
    font-size: 44px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1640px) {
  .carphrow9 h2,
  .carpolrow9 h2{
    font-size: 56px;
    margin-bottom: 70px;
  }
}
*/
@media (max-width: 1639px) and (min-width: 1280px){
  .carphrow2 .ad_sldr p.mb-lg-0,
  .carpolrow2 .ad_sldr p.mb-lg-0,
  .carmexrow2 .ad_sldr p.mb-lg-0 {
    font-size: 16px;
  }
}

@media(max-width: 1279px) and (min-width:768px) {
  .carphrow2 .ad_sldr .jlg__section .item,
  .carpolrow2 .ad_sldr .jlg__section .item,
  .carmexrow2 .ad_sldr .jlg__section .item {
    margin-bottom: 50px;
  }
}


@media (max-width: 767px) {
  .career_phil_page .top-banner .row,
  .career_pol_page .top-banner .row{
    width: 100%;
    margin: 0;
  }  
  .career_phil_page .top-banner .span7,
  .career_pol_page .top-banner .span7{
    padding: 0;
  }
  .carphrow2 .ad_sldr .jlg__section .item,
  .carpolrow2 .ad_sldr .jlg__section .item,
  .carmexlrow2 .ad_sldr .jlg__section .item {
    margin-bottom: 45px;
  }

  .carphrow2 .ad_sldr p.mb-lg-0,
  .carpolrow2 .ad_sldr p.mb-lg-0,
  .carmexrow2 .ad_sldr p.mb-lg-0 {
    margin-bottom: 20px;
  }

  .carphrow2 .ad_sldr .ad_cnt .sapn12/*,
  .carpolrow2 .ad_sldr .ad_cnt .sapn12,
  .carmexrow2 .ad_sldr .ad_cnt .sapn12*/ {
    column-count: auto;
  }
  .carphrow6 .widget-type-header,
  .carpolrow6 .widget-type-header{
    padding: 0;
  }

  .carphrow8 .widget-type-header,
  .carpolrow8 .widget-type-header{
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
  }

  .carphrow9 .widget-type-header,
  .carpolrow9 .widget-type-header{
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .carrrow2 .ad_sldr .ads_topp {
    padding: 80px 0;
  }
}

@media (min-width: 1640px) {
  .carrrow2 .ad_sldr .ads_topp {
    padding: 120px 0;
  }
}

/*.carrrow5 .bg_imgg {
  padding: 0;
}

.carrrow4 .our_cpwrp {
  padding-bottom: 50px !important;
}

@media (min-width: 768px) {
  .carrrow4 .our_cpwrp {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1280px) {
  .carrrow4 .our_cpwrp {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1640px) {
  .carrrow4 .our_cpwrp {
    padding-bottom: 100px !important;
  }
}*/


.carrrow9 .benefits .span12,
.carrrow10 .benefits .span12,
.ccrow5 .benefits .span12{
  float: none !important;
}

@media (min-width: 1280px) {
  .carrrow9 .benefits .span12,
  .carrrow10 .benefits .span12,
  .ccrow5 .benefits .span12{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
    margin: 0 auto !important;
  }
} 
@media (min-width: 1280px) {
  .carrrow9 .benefits .three_col,
  .carrrow10 .benefits .three_col,
  .ccrow5 .benefits .three_col{
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
  }
}

.carrrow10 .benefits {
  padding-top: 0 !important;
}

.carrrow9 .benefits {
  padding-bottom: 0 !important;
}

.carrrow9 .benefits  .item {
  margin-bottom: 45px !important;
}

@media (min-width: 768px) {
  .carrrow9 .benefits  .item {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1280px) {
  .carrrow9 .benefits  .item {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 1640px) {
  .carrrow9 .benefits  .item {
    margin-bottom: 70px !important;
  }
}

.carrrow10 .benefits  .item {
  margin-bottom: 0 !important;
}

/*@media (max-width: 1279px) and (min-width: 768px) {
  .carrrow5 .bg_imgg {
    margin-bottom: 60px;
  }
}*/


@media (max-width: 767px) {
  .career_page .top-banner .row {
    width: 100%;
    margin: 0;
  }  
  .career_page .top-banner .span7 {
    padding: 0;
  }

  .carrrow9 .benefits .title__lg,
  .ccrow5 .benefits .title__lg{
    text-align: left;
  }

  .carrrow10 .tab_bnft_itm {
    margin-bottom: 45px;
  }

  .carrrow10 .batch_wrap:last-child .tab_bnft_itm {
    margin-bottom: 0;
  }

}

.ccrow1 .top-banner h1 span {
  display: inline!important;
}

.ccrow1 .top-banner h1 span {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .ccrow1 .top-banner h1 span {
    font-size: 42px;
  }
}

@media (min-width: 1280px) {
  .ccrow1 .top-banner h1 span {
    font-size: 64px;
  }
}

@media (min-width: 1800px) {
  .ccrow1 .top-banner h1 span {
    font-size: 100px;
  }
}
/*
.ccrow2 .dnd-section {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .ccrow2 .dnd-section {
    padding: 60px 0;
  }
}

@media (min-width: 1280px) {
  .ccrow2 .dnd-section {
    padding: 80px 0;
  }
}

@media (min-width: 1640px) {
  .ccrow2 .dnd-section {
    padding: 120px 0;
  }
}


@media (min-width: 992px) {
  .ccrow2 .span4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

@media (min-width: 1500px) {
  .ccrow2 .span4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.ccrow2 .dnd-section > div > .dnd-column > div > div {
  display: flex;
  justify-content: center;
}

.ccrow2 .span4 {
  padding-right: calc(1.5rem * .5) !important;
}

@media (min-width: 1280px) {
  .ccrow2 .span4 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1500px) {
  .ccrow2 .span4 {
    padding-right: 1rem !important;
  }
}

.ccrow2 .span8 {
  padding-right: calc(1.5rem * .5) !important;
  padding-left: calc(1.5rem * .5) !important;
}

@media (min-width: 992px) {
  .ccrow2 .span8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 1500px) {
  .ccrow2 .span8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .ccrow2 .span8 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1280px){
  .ccrow2 .widget-type-linked_image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 370px;
    margin: 0 auto;
  }
}

@media (min-width: 1640px){
  .ccrow2 .widget-type-linked_image {
    max-width: 409px;
    margin:0 auto;
  } 
}


.ccrow2 .widget-type-linked_image img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  position: relative;
  left: -5px;
}

.ccrow2 .widget-type-header * {
  text-align: center;
}

.ccrow2 .widget-type-header h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

@media (min-width: 1640px) {
  .ccrow2 .widget-type-header h4 {
    font-size: 22px;
  }
}

.ccrow2 .widget-type-header h4 {
  background: -o-linear-gradient(340.42deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}

.ccrow2 .widget-type-header h5 {
  margin-bottom: 30px;
  font-size: 14px;
}

@media (min-width: 1640px) {
  .ccrow2 .widget-type-header h5 {
    font-size: 16px;
  }
}

.ccrow2 .widget-type-header {
  position: relative;
  left: -5px;
}

.ccrow2 h2 {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 45px;
  font-weight: 600;
}

@media (min-width: 768px){
  .ccrow2 h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}


@media (min-width: 1280px){
  .ccrow2 h2 {
    font-size: 44px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1640px){
  .ccrow2 h2 {
    font-size: 56px;
    margin-bottom: 70px;
  }
}

.ccrow2 h2 {
  background: -o-linear-gradient(340.42deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}

.ccrow2 p {
  font-size: 16px;  
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .ccrow2 p {
    margin-bottom: 25px;
  }
}

@media (min-width: 1640px) {
  .ccrow2 p {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .ccrow2 .widget-type-rich_text {
    padding-right: 3rem;
  }
}
*/
@media (min-width: 768px) {
  .ccrow5 .benefits .title__lg {
    margin-bottom: 1.5rem!important;
  }
}

@media (min-width: 1280px) {
  .ccrow5 .benefits .title__lg {
    margin-bottom: 3rem!important;
  }
}

.ccrow5 .benefits .title__lg + p {
  text-align: center;
}

.ccrow5 .benefits .three_col {
  width: 25%;
}

.ccrow5 .benefits .span12 {
  width: 100%;
}

/*.cc_page .our_cpwrp, 
.cc_page .benefits {
  padding: 50px 0 !important;
}

@media (min-width: 768px) {
  .cc_page .our_cpwrp,
  .cc_page .benefits {
    padding: 60px 0 !important;
  }
} 

@media (min-width: 1280px) {
  .cc_page .our_cpwrp,
  .cc_page .benefits {
    padding: 40px 0 !important;
  }
}

@media (min-width: 1640px) {
  .cc_page .our_cpwrp,
  .cc_page .benefits {
    padding: 60px 0 !important;
  }
}*/

.cc_page .our_cpwrp .itmrw>.col-12 {
  width: 100% !important;
}

.cc_page .our_cpwrp .itmwrp {
  width: 25%;
  margin-bottom: 4px;
}

/*.cc_page .bg_imgg {
  padding: 0;
}

@media (min-width: 1280px) {
  .ccrow4 .tbrotr {
    padding-bottom: 40px !important;
  }

  .ccrow4 .tbrotr {
    padding-top: 80px;
  }

}

@media (min-width: 1640px) {
  .ccrow4 .tbrotr {
    padding-bottom: 60px !important;
    padding-top: 120px; 
  }
}*/

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

@media(max-width:1639px) and (min-width:1280px){
  .ccrow4 .tbrotr.left .imgcl {
    margin-left: 0 !important;
  }

  .ccrow4 .tbrotr .cntntlftcl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .ccrow5 .benefits .three_col {
    width: 25%;
  }

  .ccrow5 .benefits .three_col:first-child {
    margin-left: 8.33333333%;
  }

  .ccrow5 .benefits .three_col:nth-child(2) {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
    width: 33.33%;
  }

  .cc_page .our_cpwrp .itmwrp .item {
    margin-bottom: calc(3rem + 25px)!important;
  }

  .cc_page .our_cpwrp .itmwrp {
    margin-bottom: 0;
  }


  .cc_page .tbrotr .imgcl {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}


@media(max-width:1279px){
  .top_img {
    display: block !important;
  }

  .top_img img {
    -o-object-position: center 20%;
    object-position: center 20%;
  }

  .cc_page .our_cpwrp .itmwrp {
    width: 50%;
    margin-bottom: 0;
  }

  .cc_page .our_cpwrp .itmwrp .item {
    margin-bottom: 45px !important;
  }

  .cc_page .our_cpwrp .itmwrp .item.itm_6 {
    margin-bottom: 45px !important;
  }

  .ccrow2 .span8,
  .ccrow2 .span4{
    padding-right: calc(1.25rem * .5) !important;
    padding-left: calc(1.25rem * .5) !important;
  }


  

}


@media(max-width:991px){
  .ccrow2 .dnd-section>div>.dnd-column>div>div {
    flex-wrap: wrap-reverse;
  }

  .ccrow2 .span4,
  .ccrow2 .span8 {
    width: 100%;
  }
}

@media(max-width:767px){
  .ccrow2 .widget-type-linked_image img {
    left: 0;
  }

  .ccrow2 .widget-type-linked_image {
    max-width: 250px;
    margin: 0 auto;
  }

  .ccrow2 .widget-type-header {
    left: 0;
  }

  .ccrow5 .benefits .title__lg {
    text-align: center;
  }

  .cc_page .benefits .item {
    margin-bottom: calc(1rem + 20px);
  }

  .cc_page .our_cpwrp .itmwrp {
    width: 100%;
  }

  .cc_page .our_cpwrp .itmwrp .item, .cc_page .our_cpwrp .itmwrp .item.itm_6 {
    margin-bottom: calc(1rem + 20px) !important;
  }

  .cc_page .our_cpwrp .itmwrp .item.itm_8 {
    margin-bottom: 1rem !important;
  }
}



@media (min-width: 768px) {
  .carpolrow2 .ad_sldr .jlg__section .span3:last-child {
    padding: 0;
  }
}

.carpolrow2 .ad_sldr p.mb-lg-0, .carmexrow2 .ad_sldr p.mb-lg-0 {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .carpolrow2 .ad_sldr p.mb-lg-0, .carmexrow2 .ad_sldr p.mb-lg-0 {
    margin-bottom: 25px;
  }
}

@media (min-width: 1640px) {
  .carpolrow2 .ad_sldr p.mb-lg-0, .carmexrow2 .ad_sldr p.mb-lg-0 {
    font-size: 18px;
  }
}


.contact_frm .con_frm form .hs-submit input.hs-button.primary.large{
  background-image:url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/arrow_white.svg);
}
.contact_frm .con_frm form .hs-submit input.hs-button.primary.large:hover{
  background-image:url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/arrow_purple.svg);
}

.contact_frm .con_frm form .hs-submit input.hs-button.primary.large {
  padding-right: 45px !important;
  background-position: bottom 50% right 18px;
  background-repeat: no-repeat;
}

 form .hs-submit input.hs-button.primary.large{
  background-image:url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/arrow_white.svg);
}
 form .hs-submit input.hs-button.primary.large:hover{
  background-image:url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/arrow_purple.svg);
}

 form .hs-submit input.hs-button.primary.large {
  padding-right: 45px !important;
  background-position: bottom 50% right 18px;
  background-repeat: no-repeat;
}


.inqry_sec form input.hs-button.primary.large{
  background-image:url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/arrow_purple.svg);
}
/* .inqry_sec form input.hs-button.primary.large:hover{
  background-image:url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/arrow_white.svg);
} */

.inqry_sec form input.hs-button.primary.large {
  padding-right: 31px !important;
  background-position: 78% 50%;
  background-repeat: no-repeat;
}

.inqry_sec .rgt_sec form .hs_attachment > label{
  background-image:url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/file-arrow.png);
}

.inqry_sec .rgt_sec form .hs_attachment>label {
  background-repeat: no-repeat;
  background-position-x: 60%;
  background-position-y: 83%;
  height: 27px;
  width: 200px;
}


@media only screen and (min-width: 768px) and (max-width: 1279px)  {
  .cc_page .bnft_tab_bg {
    margin-bottom: 1.5rem;
  }


  .cc_page .benefits .bnft_tab_bg .tab_bnft_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .cc_page .benefits .bnft_tab .contnt_row_tb .tab_bnft_contnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

}

.inqry_sec .rgt_sec form input[type=checkbox]:checked {
  background-image: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/cheked.svg);
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}


.contact_frm .con_frm form input[type=checkbox]:checked{
  background-image: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/cheked.svg);
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}
form input[type=checkbox]:checked{
  background-image: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/cheked.svg)!important;
  background-color: #0D6EFD!important;
  border-color: #0D6EFD!important;
}
/* r-css */
.title__md {
  margin-bottom: 0.8rem;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 500;
}
.title__smd {
  margin-bottom: 0.8rem;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 500;
}
.title__sm {
  margin-bottom: 0.8rem;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
}
.title__xs {
  line-height: 1.2;
  font-size: 16px;
}

@media (min-width: 768px) {
  .pc-banner__title {
    font-size: 32px;
  }
  .title__md {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
  .title__smd {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
  .title__sm {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .pc-banner__title {
    font-size: 36px;
  }
  .title__md {
    font-size: 24px;
  }
  .title__smd {
    font-size: 22px;
  }
  .title__sm {
    font-size: 20px;
  }
  .title__xs {
    font-size: 16px;
  }
}

@media (min-width: 1640px) {
  .pc-banner__title {
    font-size: 50px;
  }
  .title__md {    
    font-size: 32px;
    margin-bottom: 25px;
  }
  .title__smd {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .title__sm {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .title__xs {
    font-size: 20px;
  }
}

.bg-mix {
  background: -o-linear-gradient(336.42deg,#00cace -1.61%,#516bc3 38.36%,#783cbe 62.75%);
  background: linear-gradient(113.58deg,#00cace -1.61%,#516bc3 38.36%,#783cbe 62.75%);
}


.contact_frm .con_frm form select.hs-input {
  background-image: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/arrow.svg);
}
form select.hs-input {
  background-image: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/arrow.svg);
}
.flwd_pg {
  overflow: hidden;
}

.flwdrow4 section.bg_imgg {
  padding: 0;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .flwdrow4 section.bg_imgg {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .flwdrow1 .top-banner .span7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding-right: 0;
  }
}

/* data_gvrnc*/

.data_gvrncpg .top-banner h1 {
  font-size: 36px;
}

@media (min-width: 992px){
  .data_gvrncpg .top-banner h1 {
    font-size: 42px;
  }
}

@media (min-width: 1280px){
  .data_gvrncpg .top-banner h1 {
    font-size: 64px;
  }
}

@media (min-width: 1800px){
  .data_gvrncpg .top-banner h1 {
    font-size: 100px;
  }
}

.top-banner p {
  font-size: 16px;
  margin-bottom: 20px;
}


@media (min-width: 1280px){
  .top-banner p {
    margin-bottom: 25px;
  } 
}

@media (min-width: 1640px){
  .top-banner p {
    font-size: 18px;
  } 
}

@media (min-width: 1280px){  
  .data_gvrncpg .pc-banner .cntntcl .pc-banner__title {
    margin-bottom: 30px;
  }  
}

@media (min-width: 1640px){  
  .data_gvrncpg .pc-banner .cntntcl .pc-banner__title {
    margin-bottom: 35px;
  }
  
  .data_gvrncpg .meet-our-experts .btmrw>.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

.our_cpwrp p a {
  color: #4a52c7;
}

.our_cpwrp p a:hover {
  color: #0a58ca;
}
.flwd_pg .row-fluid [class*=span] {
  min-height: 0;
}

@media (min-width: 1280px) {
  .data_strgypg .stres_wrp .imgcl img {
    height: 462px;
  }
}

@media (min-width: 1640px) {
  .data_strgypg .stres_wrp .imgcl img {
    height: 580px;
  }

  .data_strgypg .meet-our-experts .btmrw>.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 1280px) {
  .data_strgypg .stres_wrp .imgcl img {
    height: 462px;
  }

  .data_strgypg .stres_wrp .cntntcl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .data_strgypg .stres_wrp .imgcl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
}

@media (min-width: 1640px) {
  .data_strgypg .stres_wrp .imgcl img {
    height: 580px;
  }

  .data_strgypg .meet-our-experts .btmrw>.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

.data_strgypg .flwdrow4 .img-wrap-fullwidth img {
  -o-object-position: center top;
  object-position: center top;
}


.data_vizpg .top-banner .span7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  float: none !important;
}

@media (min-width: 1280px) {
  .data_vizpg .top-banner .span7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 1280px) {
  .data_vizpg .flwdrow2 .post-items-wrap {
    padding-top: 80px;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1640px) {
  .data_vizpg .flwdrow2 .post-items-wrap {
    padding-top: 120px;
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1280px){
    .dgtl_cmrcepg .pc-banner .cntntcl .pc-banner__title {
    margin-bottom: 30px;
  }
}

@media (min-width: 1640px){
  .dgtl_cmrcepg .pc-banner .cntntcl .pc-banner__title {
    margin-bottom: 35px;
  }
  .dgtl_cmrcepg .meet-our-experts .btmrw>.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 1280px) {
  .dgtlmrkt_pg .pc-banner .cntntcl .pc-banner__title {
    margin-bottom: 30px;
  }

  
}

@media (min-width: 1640px) {

  .dgtlmrkt_pg .pc-banner .cntntcl .pc-banner__title {
    margin-bottom: 35px;
  }

@media (min-width: 1280px) {
  .dgtlmrkt_pg .flwdrow3 .post-items-wrap {
    padding-bottom: 0 !important;
  }
}
  
  .dgtlmrkt_pg .meet-our-experts .btmrw>.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (max-width: 767px){
  .dgtlmrkt_pg .flwdrow7 .bg_imgg img {
    -o-object-position: left center!important;
    object-position: left center!important;
  }
}

.pc-banner p.pc-banner__txt {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

@media (min-width: 1640px) {
  .pc-banner p.pc-banner__txt {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .pc-banner p.pc-banner__txt {
    margin-bottom: 20px;
  }
}

@media (min-width: 1640px) {
  .pc-banner p.pc-banner__txt {
    margin-bottom: 25px;
  }
}

.pramnt_pg .meet-our-experts .span12 .title__lg {
  padding-bottom: 0px !important;
}

.pramnt_pg .flwdrow4 section.bg_imgg img {
  -o-object-position: center top;
  object-position: center top;
}

.sply_pg .top-banner h1 span {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
}
.sply_pg .top-banner h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
}

@media (min-width: 992px){
  .sply_pg .top-banner h1 span {
    font-size: 42px;
  }
  .sply_pg .top-banner h1 {
    font-size: 42px;
  }
}

@media (min-width: 1280px){
  .sply_pg .top-banner h1 span {
    font-size: 64px;
  }
  .sply_pg .top-banner h1 {
    font-size: 64px;
  }
}

@media (min-width: 1800px){
  .sply_pg .top-banner h1 span {
    font-size: 73px;
    font-weight: 400;
  }
  .sply_pg .top-banner h1 {
    font-size: 100px;
  }
}

@media (min-width: 1280px){
  .sply_pg .flwdrow4 .pc-banner .cntntcl .pc-banner__title {
    margin-bottom: 30px;
  }
}

@media (min-width: 1640px){
  .sply_pg .flwdrow4 .pc-banner .cntntcl .pc-banner__title {
    margin-bottom: 35px;
  }
  .sply_pg .meet-our-experts .btmrw>.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

.sply_pg .flwdrow7 .bg_imgg img {
  -o-object-position: center center;
  object-position: center center;
}


@media(max-width:767px){
  .qlik_pg .benefits .title__lg {
    text-align: left;
  }
}


.qlik_pg.pwr_pg  .our_cpwrp .itmwrp .item.itm_4 {
  margin-bottom: 45px !important;
}

@media (min-width: 768px) {
  .qlik_pg.pwr_pg .our_cpwrp .itmwrp .item.itm_4 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1280px) {
  .qlik_pg.pwr_pg  .our_cpwrp .itmwrp .item.itm_4 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 1640px) {
  .qlik_pg.pwr_pg  .our_cpwrp .itmwrp .item.itm_4 {
    margin-bottom: 70px !important;
  }
}

.qlik_pg.pwr_pg  .flwdrow7 .bg_imgg {
  margin-bottom: 0px !important;
}

.qlik_pg.pwr_pg  .tbrotr .core-slider__content .banner-title__sm {
  font-weight: 600;
}

.tblu_pg .our_cpwrp .itmwrp .item.itm_3 {
  margin-bottom: 0px !important;
}

.ledrshp_pg .top-banner h1 span {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .ledrshp_pg .top-banner h1 span {
    font-size: 42px;
  }
}

@media (min-width: 1280px) {
  .ledrshp_pg .top-banner h1 span {
    font-size: 64px;
  }
}

@media (min-width: 1800px) {
  .ledrshp_pg .top-banner h1 span {
    font-size: 100px;
  }
}

@media (min-width: 1280px) {
  .ledrshp_pg .top-banner p {
    font-size: 24px;
  }
}

@media (min-width: 1800px) {
  .ledrshp_pg .top-banner p {
    font-size: 32px;
  }
}

.ledrshp_pg .top-banner p {
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .ledrshp_pg .top-banner p {
    margin-bottom: 40px;
  }
}

.ledrshp_pg .top-banner p strong {
  font-weight: 600;
}

.ledrshp_pg .top-banner p span {
  font-weight: 400;
}

.ledrshp_pg .top-banner #secondary-nav__bg {
  display: none !important;
}

.ledrshp_pg .top-banner #secondary-nav {
  display: none !important;
}

.ledrshp_pg .hght {
  display: none;
}


@media(max-width:1279px){
  .ledrshp_pg .top-banner {
    padding: 0;
  }
}

.contact_pg .top-banner {
  height: 420px!important;
}

.contact_pg .top-banner div#secondary-nav__bg {
  display: none;
}

.contact_pg .top-banner div#secondary-nav {
  display: none;
}

.contactrow3 .bg_imgg {
  padding: 0;
}


@media (min-width: 1280px){
  .contact_pg .top-banner .top-banner__img {
    right: 0px;
  }
}

.contact_pg .hght {
  display: none;
}


@media(max-width:480px){
  .contact_pg .top-banner>.container {
    flex-direction: column-reverse;
  }

  .contact_pg .top-banner .span7 {
    padding: 0;
  }
}


.pin.pin-3 {
  background: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/warsaw_1.svg) no-repeat center center;
}

.pin.pin-3.pin-inactive {
  background: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/warsaw_2.svg) no-repeat center center;
}
.pin {
  background: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/cities_1.svg) no-repeat center center;
}
.pin-inactive {
  background: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/raw_assets/public/Lingaro_June_2022/images/cities_2.svg) no-repeat center center;
}



/* about-pg */
.abutrow1 .top-banner > .container > .row {
  width: auto;
}

.abutrow1 .top-banner strong {
  font-weight: 600;
}

@media(min-width: 1280px) {
  .abutrow1 .top-banner .secondary-nav__navbar ul li:first-child {
    display: none;
  }
}

.abutrow2 .dnd-section>.row-fluid > div {
  padding: 0;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.abutrow2 .dnd-row {
  width: 100%;
}

.abutrow2 .dnd-row {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .abutrow2 .dnd-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

@media (min-width: 1280px) {
  .abutrow2 .dnd-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .abutrow2 .dnd-row {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
}

.abutrow2 h2 {
  text-align: center;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 45px;
  font-weight: 600;
  background: -o-linear-gradient(340.42deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (min-width: 768px) {
  .abutrow2 h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .abutrow2 h2 {
    font-size: 44px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1640px) {
  .abutrow2 h2 {
    font-size: 56px;
    margin-bottom: 70px;
  }
}

.abutrow2 img {
  max-width: 100%;
  height: auto;
  margin-right: auto!important;
  margin-left: auto!important;
  text-align: center;
}

.abutrow2 .dnd-section>.row-fluid {
  padding-right: 0;
  padding-left: 0;
}


.abutrow4 .dnd-section>.row-fluid {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  padding-left: 0;
  padding-right: 0;
}

.abutrow4 .span6.widget-span {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .abutrow4 .span6.widget-span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .abutrow4 .span6.widget-span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .abutrow4 .span6.widget-span {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
}

.abutrow4 .span6.widget-span:last-child {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  text-align: center;
}

.abutrow4 h2 {
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 45px;
  font-weight: 600;
  background: -o-linear-gradient(340.42deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.abutrow4 p {
  margin-bottom: 0.5rem!important;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

@media (min-width: 768px) {
  .abutrow4 h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }

  .abutrow4 p {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .abutrow4 h2 {
    font-size: 44px;
    margin-bottom: 60px;
  }

  .abutrow4 p {
    font-size: 20px;
  }
}

@media (min-width: 1640px) {
  .abutrow4 h2 {
    font-size: 56px;
    margin-bottom: 70px;
  }

  .abutrow4 p {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.abutrow4 img {
  margin-right: auto!important;
  margin-left: auto!important;
  display: block;
  text-align: center!important;
}

@media (max-width: 767px) {
  .abutrow4 .dnd-section>.row-fluid {
    display: block !important;
  }
}

.abutrow12 .dnd-section>.row-fluid {
  padding: 0;
}

.abutrow12 .dnd-section>.row-fluid > div {
  padding: 0;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y)*-1);
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.abutrow12 .dnd-row {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .abutrow12 .dnd-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
    padding-right: 3rem!important;
    padding-left: 3rem!important;
  }
}

@media (min-width: 1280px) {
  .abutrow12 .dnd-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

.abutrow12 .dnd-row:last-child {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.abutrow12 h2 {
  text-align: center;
  line-height: 1.2;
  font-size: 28px;
  margin-bottom: 45px;
  font-weight: 600;
  background: -o-linear-gradient(340.42deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (min-width: 768px) {
  .abutrow12 h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .abutrow12 h2 {
    font-size: 44px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1640px) {
  .abutrow12 h2 {
    font-size: 56px;
    margin-bottom: 70px;
  }
}

.abutrow12 img {
  margin-right: auto!important;
  margin-left: auto!important;
  display: block;
}

.tbrotr .core-slider__content .banner-title__sm strong {
  font-weight: 600;
}

@media(max-width:991px) and (min-width:768px){
  .ccrow2 .span4 {
    width: 100%;
  }

  .ccrow2 .widget-type-linked_image {
    max-width: 250px;
  }

  .ccrow2 .widget-type-linked_image img {
    left: 0;
  }

  .ccrow2 .widget-type-header {
    width: 100%;
  }

  .ccrow2 .span4 * {
    text-align: left;
  }

  .ccrow2 .span4 > div:nth-child(1) {
    float: left;
    width: 250px;
    margin-right: 6px;
  }

  .ccrow2 .span4 > div:not(:nth-child(1)) {
    width: calc(100% - 270px);
    float: left;
  }

  .ccrow2 .span4 > div:nth-child(2) {
    margin-top: 104px;
  }

}
.data_vizpg .flwdrow1 .top-banner>.container > div {
  width: auto;
}


.inqry_sec .tabs>li .form-check-label {
  padding-left: 15px !important;
}



@media (min-width: 992px) {
  .homerow7 .recognitions figure {
    margin-bottom: 0 !important;
  }
}

.mob_menu ul.submenu.level-2>li>a.active-item {
  font-weight: 600;
}

.mob_menu ul.submenu.level-1>li>a.active-branch {
  font-weight: 600;
}
.mob_menu ul.submenu.level-1>li>a.active-item {
  font-weight: 600;
}

.des_menu ul.submenu.level-1>li:first-child ul ul>li>a.active-item .dropdown-item__title {
  font-weight: 500;
}

.des_menu ul.submenu.level-1>li:first-child ul ul>li>a.active-item .dropdown-item__desc {
  color: #000;
}

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

  .pwr_pg .flwdrow1 .top-banner .span7 {
    flex: 0 0 100%;
    padding: 0;
  }
  .pwr_pg .flwdrow1 .top-banner>.container {
    width: 100%;
  }
  .pwr_pg .flwdrow1  .top-banner > .container > .row {
    width: 100%;
    margin: 0;
  }
  .pramnt_pg .flwdrow11 .contact_frm {

  }
}

.ledrshp_pg {
  overflow: hidden;
}

.ccrow5 .core-slider .core-slider__content .title__lg {
  text-align: left;
}

.data_strgypg .flwdrow9 .bg_imgg {
  padding: 0;
}
  .contact_pg .top-banner .top-banner__img {
/*   height: 135.5%!important; */
    height: 128.5%!important;
}
@media(max-width: 1279px) {
  .contact_pg .top-banner .top-banner__img {
  height: 115.5%!important;
    right: -100px;
}
  .data_strgypg .flwdrow4 .bg_imgg {
    padding-top: 0;
  }
}
@media(max-width: 992px) {
  .contact_pg .top-banner .top-banner__img {
    right: -150px;
  }
}
@media(max-width: 850px) {
  .contact_pg .top-banner .top-banner__img {
    right: -200px;
  }
}

h3.title__sm {
  overflow: visible !important;
}

.wb h3 {
  margin-top: 20px;
}

@media(max-width:500px){
  .pramnt_pg .top-banner>.container > div {
    width: auto;
  }
}

/* dwnld-css */
.dwnldrow1 .top-banner h1 {
  font-weight: 400;
  letter-spacing: normal;
}

@media (min-width: 1280px){
  .dwnldrow1 .top-banner h1 {
    margin-bottom: 30px;
  }
}

.dwnldrow1 .top-banner h1 strong {
  font-weight: 600;
}

.dwnldrow1 .top-banner p {
  letter-spacing: normal;
}

.dwnldrow1 .top-banner .btn {
  background: #06BABD;
  border: 1px solid #06BABD;
  font-weight: 500;
}

.dwnldrow1 .top-banner #secondary-nav__bg {
  display: none !important;
}

.dwnldrow1 .top-banner #secondary-nav {
  display: none;
}
.dwnldrow1 .top-banner .row.row-fluid {
  width: auto;
}
/* dwnld2-pg */


.dwnld2_pg .dwnldrow1 .top-banner .top-banner__img {
  height: 100% !important;
}

@media (min-width: 992px){
  .dwnld2_pg .dwnldrow1 .top-banner .top-banner__img {
    height: 70% !important;
  }
}

@media (min-width: 1280px){
  .dwnld2_pg .dwnldrow1 .top-banner .top-banner__img {
    height: 80% !important;
  }
}

@media (min-width: 1560px){
  .dwnld2_pg .dwnldrow1 .top-banner .top-banner__img {
    height: 90% !important;
  }
}

.dwnld2_pg .dwnldrow1 .top-banner {
  min-height: calc(100vh - 63.8px);
}

@media(max-width:1279px){
  .dwnld2_pg .dwnldrow1 .top-banner .top-banner__img {
    display: none;
  }
}

.dwnld2_pg .dwnldrow1 .top-banner .row.row-fluid {
  width: auto;
}

/* deno-lp-pg */
.demolprow3 .our_cpwrp {
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px !important;
  background: #783CBE;
}

@media (min-width: 768px) {
  .demolprow3 .our_cpwrp {
    padding-top: 60px;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1280px) {
  .demolprow3 .our_cpwrp {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1640px) {
  .demolprow3 .our_cpwrp {
    padding-top: 60px;
    padding-bottom: 60px !important;
  }
}

.demolprow3 .our_cpwrp > .container > .row {
  display: none;
}

.demolprow3 .our_cpwrp .row.itmrw {
  display: block !important;
  margin: 0;
}

.demolprow3 .our_cpwrp .row.itmrw > .col-12 {
  width: 100% !important;
  padding: 0;
}

@media (min-width: 768px) {
  .demolprow3 .our_cpwrp .itmwrp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .demolprow3 .our_cpwrp .itmwrp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.demolprow3 .our_cpwrp .itmwrp .item {
  margin: 0px !important;
}

.demolprow3 .our_cpwrp .itmwrp h3.title__sm {
  -webkit-text-fill-color: unset;
  color: #fff !important;
  background: none !important;
}

.demolprow3 .our_cpwrp p {
  color: #fff;
}

.demolprow4 {
    position: relative;
}

@media (min-width: 1280px){
    .demolprow4 {
    padding-bottom: 0!important;
  }
}

.demolprow4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px){
    .demolprow4 {
    padding-top: 60px;
    padding-bottom: 60px;
}
}

@media (min-width: 1280px){
   .demolprow4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1640px){
    .demolprow4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.demolprow4 .dnd-column {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.demolprow4 .dnd-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px){
    .demolprow4 .dnd-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}
}

@media (min-width: 1280px){
    .demolprow4 .dnd-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
}

@media (min-width: 768px){
    .demolprow4 .dnd-row {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}
}

.demolprow4 h2 {
    text-align: center;
    background: -o-linear-gradient(340.42deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
    background: linear-gradient(109.58deg,#783cbe 8.23%,#4a52c7 73.32%,#4a52c7 73.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    font-size: 28px;
    margin-bottom: 45px;
    font-weight: 600;
    letter-spacing: normal;
}

@media (min-width: 768px){
    .demolprow4 h2 {
    font-size: 36px;
    margin-bottom: 50px;
}
}

@media (min-width: 1280px){
    .demolprow4 h2 {
    font-size: 44px;
    margin-bottom: 60px;
}
}

@media (min-width: 1640px){
    .demolprow4 h2 {
    font-size: 56px;
    margin-bottom: 70px;
}
}

.demolprow4 h2 strong {
    font-weight: 600;
}

.demolprow4 img {
    text-align: center;
    margin: 0 auto;
    margin-right: auto!important;
    margin-left: auto!important;
    display: block;
}
@media (min-width: 1280px){
.demolprow5 .bg_imgg {
    padding-bottom: 0!important;
}
}


.demolprow4 .dnd-section>.row-fluid {
    padding: 0;
}

@media(max-width:767px){
  .demolprow4 .dnd-row {
    padding-left: 12px;
    padding-right: 12px;
}
}
.container, .content-wrapper, .page-center {
  padding-left: 20px!important;
  padding-right: 20px!important;
  margin-left: auto!important;
  margin-right: auto!important;
}
/*
@media(min-width: 768px) {
  .container, .content-wrapper, .page-center {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}

@media(min-width: 1280px) {
  .container, .content-wrapper, .page-center {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}
  @media(min-width: 1360px) {
  .container, .content-wrapper, .page-center {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}
  @media(min-width: 1640px) {
  .container, .content-wrapper, .page-center {
    padding-left: 100px!important;
    padding-right: 100px!important;
  }
}
*/
 @media(min-width: 1640px) {
  .container, .content-wrapper, .page-center {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
}
@media(min-width: 1840px) {
  .container, .content-wrapper, .page-center {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
    .book-presentation-cta {
    position: relative;
  }
    .book-presentation-cta:after {
    content: url('https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/cta-arrow-icon/Union.png');
    position: absolute;
    right: 10px;
    top: calc(50% - 7.5px);
  }
@media(min-width: 1280px) {
.request-demo-lp .bg_imgg {
  padding: 0!important;  
  }
  }
  
  @media(max-width: 1279px) {
    .span12.widget-span.widget-type-custom_widget.dnd-module {
  display: block!important;
  }
  }
  .span12.widget-span.widget-type-custom_widget.dnd-module {
  display: block!important;
  }
  .no-list.hs-error-msgs.inputs-list {
  display: none!important;
  }
.request-demo-lp .img_glllry .span4 {
max-width: 20%!important;
}
.request-demo-lp .img_glllry img {
max-width: 20%!important;
}

@media(max-width: 992px) {
    .request-demo-lp .adv-img-gallery .adv-img-gallery-wrapper .image-container {
    width: 100%!important;
    justify-content: center!important;
    align-items: center!important;
    }
    .request-demo-lp .adv-img-gallery .adv-img-gallery-wrapper .image-wrapper {
    width: 100%!important;
    max-width: 300px!important;
    }
}

/*  Single Expert  Template */
.meet-single-expert .advisory-bio {
  min-height: inherit;
  padding-bottom: 0px !important;
}  
@media (min-width: 1920px) {
  .meet-single-expert .linked-icon {
    margin-bottom: 52px !important;
  }
}

@media (max-width: 992px) {
  .meet-single-expert .custom-logo-wrapper__items-single-category {
    padding-top: 0;
  }
}

/* It Power Women Global Mentoring Template */
.it-power-women-global-mentoring .ledrsp .itemm .under-title-spec .text-purple {
  font-weight: 900 !important;
} 
@media (min-width: 1280px) {
  .it-power-women-global-mentoring .title__lg {font-size: 38px;}  
  .it-power-women-global-mentoring .benefits {padding-top: 0 !important;}
}
@media (min-width: 1640px) {
  .it-power-women-global-mentoring .title__lg {font-size: 48px;}  
  .it-power-women-global-mentoring .ledrsp {padding-bottom: 50px !important;}
}

/* Text colors */
.text-white {color: #ffffff;}


/* Layout - padding */
.no_padding { padding-top: 0; padding-bottom: 0; }
.wrap-pt-30 { padding-top: 30px; }
.wrap-pb-30 { padding-bottom: 30px; }
.wrap-py-30 { padding-top: 30px; padding-bottom: 30px; }
.wrap-pt-45 { padding-top: 45px; }
.wrap-pb-45 { padding-bottom: 45px; }
.wrap-py-45 { padding-top: 45px; padding-bottom: 45px; }
.wrap-pt-80, .wrap-pt-60 { padding-top: 50px; }
.wrap-pb-80, .wrap-pb-60 { padding-bottom: 50px; }
.wrap-py-80, .wrap-py-60 { padding-top: 50px; padding-bottom: 50px; }

.padding-top__first, .padding-top {
  padding-top: 50px;
}
.padding-bottom {
  padding-bottom: 50px;
}
.padding-y {
  padding-top: 50px;
  padding-bottom: 50px;
}
.margin-top__first, .margin-top {
  margin-top: 50px;
}
.margin-bottom {
  margin-bottom: 50px;
}
.margin-y {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .padding-top__first, .padding-top {
    padding-top: 60px;
  }
  .padding-bottom {
    padding-bottom: 60px;
  }
  .padding-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .margin-top__first, .margin-top {
    margin-top: 60px;
  }
  .margin-bottom {
    margin-bottom: 60px;
  }
  .margin-y {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .wrap-pt-60 { padding-top: 60px; }
  .wrap-pb-60 { padding-bottom: 60px; }
  .wrap-py-60 { padding-top: 60px; padding-bottom: 60px; }
  
  .wrap-pt-80 { padding-top: 60px; }
  .wrap-pb-80 { padding-bottom: 60px; }
  .wrap-py-80 { padding-top: 60px; padding-bottom: 60px; }
}

@media (min-width: 1280px) {
  .padding-top__first, .padding-top {
    padding-top: 80px;
  }
  .padding-top-lg  {
    padding-top: 80px !important;
  }
  .padding-bottom {
    padding-bottom: 80px;
  }
  .padding-bottom-lg {
    padding-bottom: 80px !important;
  }
  .padding-y {
    padding-top: 80px;
    padding-bottom: 80px;
  }  
  .padding-y-lg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .margin-top__first, .margin-top, .margin-top-lg {
    margin-top: 80px;
  }
  .margin-top-md-0 {
    margin-top: 0 !important;
  }
  .margin-bottom, .margin-bottom-lg {
    margin-bottom: 80px;
  }
  .margin-bottom-md-0 {
    margin-bottom: 0 !important;;
  }
  .margin-y, .margin-y-lg {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .margin-y-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }  
  .wrap-pt-60 { padding-top: 40px; }
  .wrap-pb-60 { padding-bottom: 40px; }
  .wrap-py-60 { padding-top: 40px; padding-bottom: 40px; }
}

@media (min-width: 1640px) {
  .padding-top__first {
    padding-top: 120px;
  }
  .padding-top {
    padding-top: 120px;
  }  
  .padding-top-lg {
    padding-top: 120px !important;
  }
  .padding-bottom {
    padding-bottom: 120px;
  }  
  .padding-bottom-lg {
    padding-bottom: 120px !important;
  }
  .padding-y {
    padding-top: 120px;
    padding-bottom: 120px;
  }  
  .padding-y-lg {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }  
  .margin-top__first {
    margin-top: 120px;
  }
  .margin-top, .margin-top-lg {
    margin-top: 120px;
  }  
  .margin-bottom, .margin-bottom-lg {
    margin-bottom: 120px;
  }  
  .margin-y, .margin-y-lg {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .wrap-pt-60 { padding-top: 60px; }
  .wrap-pb-60 { padding-bottom: 60px; }
  .wrap-py-60 { padding-top: 60px; padding-bottom: 60px; }
  
  .wrap-pt-80 { padding-top: 80px; }
  .wrap-pb-80 { padding-bottom: 80px; }
  .wrap-py-80 { padding-top: 80px; padding-bottom: 80px; }
}

/* Popup forms */
#hs-eu-cookie-confirmation *, .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper * {
  font-family: 'Maven Pro' !important;
}

#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording * {
  color: #000000 !important;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording p {
  font-size: .875rem;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area #hs-eu-cookie-confirmation-button-group #hs-eu-confirmation-button,
.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button {
  border-radius: 30px;
  background-color: #753cbe !important;
  color: #ffffff !important;
  font-size: 1rem;
  width: initial !important;
  line-height: 1 !important;
  display: flex;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area #hs-eu-cookie-confirmation-button-group #hs-eu-confirmation-button {
  padding: 15px 25px !important;
}
.leadinModal .leadin-preview-wrapper * {
  color: #000000 !important;
}
.leadinModal .leadin-preview-wrapper .advance-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
}
.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button {
  padding: 15px 15px 15px 17px !important;
}
.leadinModal .leadin-preview-wrapper .advance-wrapper .leadin-button::after {
  content: '';
  background-image: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/arrow-right-union-white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  width: 17px;
  height: 13px;
  display: inline-block;
}

@media (min-width: 960px) {
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    padding: 30px 35px !important;
  }
}


/*Back to top Button*/
#back-to-top-btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  width: 66px;
  height: 66px;
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 35px;
  right: 4%;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  font-weight: 200;
  transition: background-color 0.3s, visibility 0.3s, opacity 0.3s;
  opacity: 0; 
  visibility: hidden; 
  z-index: 1000;
}
#back-to-top-btn.absolute {
  position: absolute;
 bottom: 35px;
  
}
#back-to-top-btn.show {
  visibility: visible;
  opacity: .9;
}

#back-to-top-btn::before {
  content: "";
  background-image: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/Lingaro_June_2022/Images/rop-dash-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 9px;
  display: block;
  margin-top: -8px;
  margin-bottom: 4px;
}

#back-to-top-btn:hover {
  opacity: .8;
/*   color: #000000; */
}
#back-to-top-btn:hover::before {
/*   background-image: url(https://25184426.fs1.hubspotusercontent-eu1.net/hubfs/25184426/Lingaro_June_2022/Images/rop-dash-icon-black.svg); */
}

@media (max-width: 768px) {
  #back-to-top-btn {
    width: 56px;
    height: 56px;
    font-size: 11px;
  }
  #back-to-top-btn::before {
    width: 11px;
    height: 9px;
    display: block;
    margin-top: -6px;
    margin-bottom: 2px;
  }
}
footer.footer {
  z-index: 1001;
  position: relative;
}
#main-content {
  position: relative;
}

/* Styl dla Dark Mode */
/*.auto-dark-theme .text-purple {
  background: -o-linear-gradient(109.58deg,#9463cc 8.23%,#6e74d2 73.32%,#6e74d2 73.32%);
  background: linear-gradient(109.58deg,#9463cc 8.23%,#6e74d2 73.32%,#6e74d2 73.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
}*/