@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');

*, *: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%;
}

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

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

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

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

.row-fluid .span12 {
  width: 99.99999998999999%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

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

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

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

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

  .row-fluid .span12 {
    width: 99.999999993%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -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.45299145300001%;
  }

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 0rem;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  word-break: break-word;
  letter-spacing: .02rem;
}

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

/* Paragraphs */

p {
  line-height: 1.6;
  margin: 0 0 1rem;
}
p:last-child {
  margin: 0px;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

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

.bold-title a {
  font-weight: bold !important;
}
/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column { 
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    /*     padding: 1.05rem; */
  }
}

/* Navigation skipper */

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

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}
.header--no-navigation .header__logo {
  max-width: unset;
}

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

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

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

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}


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

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.lang_switcher_class {
  position: relative;
  display: inline-block;
}
.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}
.header__language-switcher .lang_switcher_class {
  position: static;
}
.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}
.globe_class {
  background-image: url(https://25558714.fs1.hubspotusercontent-eu1.net/hubfs/25558714/mobatime-2022/images/landing-page/globe2.png) !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}
@media (max-width: 767px) {
  /* Navigation */

  #nav-toggle {
    display: none;
  }

  /* Mobile toggles */

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

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

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

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

  .header__navigation--toggle {
    background-image: none;
    background-size: cover;
    height: auto;
    width: auto;
    filter: brightness(0) invert(1);
    margin: 0px;
    padding-left: 64px;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
  }
  .header__navigation--toggle:hover {
    opacity: 0.7;
  }
  .header__navigation--toggle:after {
    content: "Menu";
    font-weight: bold;
    width: 54px;
    font-size: 17.6px;
    left: 0px;
    top: 0px;
  }
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
    filter: brightness(0) invert(1);
  }

  .header__close--toggle.show {
    display: block;
  }
}


/********css*****************************/

.header {
  padding: 0px 20px;
  height: 73px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
}
header > .content-wrapper,
header .dnd-section > .row-fluid {
  max-width: 1160px; 
  /*   max-width: 100%; */
}
.header-top-row-0-vertical-alignment > .row-fluid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-row-0-vertical-alignment > .row-fluid::before,
.header-top-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
.header-top-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
header .hs_cos_wrapper_type_logo img {
  max-width: 306px;
}
header .menu__link {
  color: #ffffff;
}
header .menu__child-toggle-icon,
header .menu__child-toggle-icon:active,
header .menu__child-toggle-icon:hover,
header .menu__child-toggle-icon:focus {
  border-top-color: #ffffff;
  outline: none;
}
.header {
  padding: 25.5px 20px;
  height: auto;
}
header .menu .menu__item--depth-1 {
  padding: 0;
  text-transform: inherit;
  margin-right: 0px;
}
header .menu .menu__item--depth-1 > .menu__link,
header .menu .menu__item--depth-1 > .menu__link:hover {
  font-size: 14.96px;
  line-height: 20px;
  font-weight: bold;
  transition: all 0.3s;
  color: #ffffff;
  padding: 20px 25px;
}
header .menu .menu__item--depth-1 > .menu__link:hover {
  opacity: .4;
}
.menu__item--depth-1 > .menu__child-toggle {
  /*   display: none; */
}
.header-top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) {
  flex-direction: row !important;
  align-items: center;
}
.header-top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) > *:nth-child(2) * {
  line-height: 0;
}
.header-top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) > *:nth-child(2) ul *{
  line-height: 1 !important;
}
header .lang_list_class {
  min-width: 100px;
}

header.header-new.header .menu a.logo {
  margin-left: 0;
}

/* header .menu--desktop {
position: fixed;
z-index: 100;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
-o-transition: transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
width: 100%;
height: calc(100vh - 73px);
overflow-y: auto;
top: 73px;
left: 0;
border-top: 1px solid rgba(7,66,109,.7);
background-color: #fff;
border-right: 1px solid rgba(7,66,109,.7);
}
header .header__navigation--toggle.hide ~ .menu--desktop {
transform: translateX(0);
}
.header__navigation--toggle.hide {
display: block;
} 

.header-top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) > .row-fluid-wrapper:nth-child(2) {
padding-left: 6vw;
}
.header__navigation--toggle span {
width: 40px;
height: 3px;
display: block;
background-color: #fff;
margin: 0px 0px 7px;
transition-property: transform;
transition-duration: .15s;
transition-timing-function: ease;
position: relative;
}
.header__navigation--toggle span:nth-child(1) {
transition :all ease-out .14s;
}
.header__navigation--toggle span:nth-child(2) {
transition-duration: .3s;
transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}
.header__navigation--toggle span:nth-child(3) {
transition: bottom .1s ease-in .34s,transform .3s cubic-bezier(.55,.055,.675,.19);
}
.header__navigation--toggle.hide span:nth-child(1) {
opacity: 0;
}
.header__navigation--toggle.hide span:nth-child(2) {
transform: rotate(-225deg);
transition-delay: .14s;
transition-timing-function: cubic-bezier(.215,.61,.355,1);
top: 1px;
}
.header__navigation--toggle.hide span:nth-child(3) {
transform: rotate(-135deg);
transition: bottom .1s ease-out,transform .3s cubic-bezier(.215,.61,.355,1) .14s;
bottom: 9px;
}
.header__navigation--toggle span:last-child {
margin: 0px;
}
.jubilaeum-logo svg {
height: 65px;
vertical-align: bottom;
}
.header .jubilaeum-logo {
display: none;
margin-left: 20px;
}
header .menu__item--depth-1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
text-transform: inherit;
background-color: #07426d;
border-bottom: 1px solid hsla(0,0%,100%,.3);
transition: background-color .4s ease;
}
header .menu__item--depth-1:hover {
background-color: #084b7b;
}
header .menu__link {
color: #fff;
line-height: 1;
letter-spacing: .02rem;
padding: 20px 25px;
display: block;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
font-size: 17.6px;
font-weight: bold;
}
header .menu__link:hover {
font-weight: bold;
}
header .menu__item--depth-1 .menu__child-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 70px;
min-width: 70px;
position: relative;
-webkit-transition: background .3s ease-in,color .3s ease-in;
-o-transition: background .3s ease-in,color .3s ease-in;
transition: background .3s ease-in,color .3s ease-in;
background-color: hsla(0,0%,100%,.2);
cursor: pointer;
padding: 0;
top: 0;
right: 0;
}
header .menu .menu__link:hover, 
header .menu .menu__link:focus,
header .header__language-switcher-label-current:hover,
header .header__language-switcher-label-current:focus, 
header .header__language-switcher .lang_list_class li:hover a,
header .header__language-switcher .lang_list_class li a:focus {
color: #ffffff;
}
header .menu .menu__submenu {
box-shadow: none;
border: 0 !important;
position: static;
width: 100%;
transform: none;
border-radius: 0px;
background-color: #38678a;
}
header .menu__child-toggle-icon {
border-left: 0px solid transparent;
border-right: 0px solid transparent;
border: 0px;
margin-left: 0px;
border-top: 0px;
width: auto;
height: auto;
margin-bottom: 8px;
transition: transform .4s ease;
}
header .menu__item--open.menu__item--depth-1 > .menu__child-toggle-icon {
transform: rotate(180deg);
margin-bottom: -6px;
}
.menu__child-toggle-icon::before,
.menu__child-toggle-icon::after {
content: "";
display: inline-block;
width: 20px;
height: 3px;
background-color: #ffffff;
-webkit-transform: rotate(40deg);
-ms-transform: rotate(40deg);
transform: rotate(40deg);
transition: transform .3s ease-in;
}
.menu__child-toggle-icon::after {
-webkit-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
transform: rotate(-40deg);
margin-left: -6px;
}
header .menu__submenu .menu__link {
background-color: #38678a;
padding: 18px 45px;
color: #fff;
font-size: 1rem;
font-weight: 400;
}
header .menu__submenu .menu__link:hover {
background-color: #3c6f95;
}
.menu__submenu--level-2 > .menu__item:first-child:before {
display: none !important;
}
header .menu__submenu .menu__item {
border-bottom: 1px solid hsla(0,0%,100%,.3);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
header .menu__item--depth-1 ul li .menu__child-toggle-icon::before {
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin-left: 0px;
width: 25px;
}
header .menu__item--depth-1 ul li .menu__child-toggle-icon::after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
margin-left: -25px;
width: 25px;
}
header .menu__item--depth-1 ul li.menu__item--open .menu__child-toggle-icon::before,
header .menu__item--depth-1 ul li.menu__item--open .menu__child-toggle-icon::after {
transform: rotate(0deg);
}
header .menu__submenu  ul .menu__link {
background-color: #fff;
color: #07426d;
}
header .menu__submenu  ul .menu__link:hover {
background-color: #e6eef5;
color: #07426d;
}
header .menu__submenu  ul li {
border: 0px !important;
}

.bottom-menus ul {
margin-left: 0;
margin-bottom: 30px;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 30px 15px 0;
font-size: 90%;
}
.bottom-menus ul li {
position: relative;
padding: 10px;
}
.bottom-menus ul li a {
color: #07426d;
line-height: 1;
letter-spacing: normal;
}
.bottom-menus ul li a:hover {
text-decoration: underline;
}
.logo-img {
display: none;
}

@media (min-width: 544px){
.header {
padding-right: 3vw;
}
header .menu--desktop {
width: 500px;
}
}
@media (min-width: 630px){
.header .jubilaeum-logo {
display: block;
}
}
@media (min-width: 1200px) {
.jubilaeum-logo svg {
height: 73px;
}
.header .jubilaeum-logo {
margin-left: 100px;
}
}

@media (max-width: 767px) {
header .menu--mobile,
.header__navigation--toggle:after {
display: none;
}
.header__navigation--toggle {
padding-left: 0;
}
.header-top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) > .row-fluid-wrapper:nth-child(2) {
padding-left: 0;
}
.header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
header > .content-wrapper {
width: 100%;
}
.header-top-row-0-vertical-alignment > .row-fluid {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
header .menu--desktop {
display: block;
}
header .menu__item--depth-1 {
border-top: 0px solid #ced4db;
}
.logo-img {
display: block;
text-align: center;
margin-top: 30px;
padding-bottom: 70px;
}
.logo-img svg {
height: 65px;
margin: 0 auto;
}
header .hs-menu-wrapper.hs-menu-flow-horizontal ul {
flex-direction: row;
}
}
*/

/*------ 29-june-22 ------*/

.content-wrapper {
  padding: 0 !important;
}

@media screen and (max-width: 1199px){
  header.header-new.header .content-wrapper {
    padding: 0 15px !important;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

body {
  padding-top: 73px;
  hyphens: auto;
}
h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
}
ul, ol {
  hyphens: auto;
}
img {
  max-width: 100%;
  height: auto;
}
p a {
  font-weight: bold;
}
.page-center {
  max-width: 1160px;
  margin: 0 auto;
}
/*************spacing****/
.add_top_padding_desktop {
  padding-top: 40px;
}
.add_bottom_padding_desktop {
  padding-bottom: 40px;
}
.add_top_margin_desktop{
  margin-top: 40px;
}
.add_bottom_margin_desktop{
  margin-bottom: 40px;
}
.left_margin_desktop {
  margin-left: 40px;
}
.right_margin_desktop {
  margin-right: 40px;
}
.single-col iframe,iframe {
    width: 100%;
}
/**********************/
.globe_class {
  background-image: url(https://25558714.fs1.hubspotusercontent-eu1.net/hubfs/25558714/mobatime-2022/images/landing-page/globe2.png) !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.single-col ul li::before {
  filter: brightness(0.333);
}
.IntelligentesTürterminal-inner .info-sec-with-cta ul li::before {
  filter: brightness(0.333);
}
.text-white .single-col ul li::before {
  filter: brightness(1);
}
.header-b .info-sec ul li::before {
  filter: brightness(0.333);
}
ol {
  list-style: auto;
}

a.cta_button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color .25s ease-out,color .25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.65em 0.9em;
  margin: 0 0 1rem;
  font-size: 14.96px;
  color: #fff;
}
a.cta_button:hover {
  color: #ffffff;
}
a.cta_button:focus {
  color: #ffffff;
}
a.cta-button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color .25s ease-out,color .25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.65em 0.9em;
  margin: 0 0 1rem;
  font-size: 14.96px;
  color: #fff;
  background:#07426d;
}
a.cta-button:hover{
  color: #fff;
}
a.simple-link.cta-button {
  background: transparent;
  padding: 0;
  font-size: 17.96px;
  text-decoration: underline;
}

.overlay {
  overflow: hidden;
}
.body-container-wrapper {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*   overflow: hidden; */
  /*   -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); */
}

a.pdf-download {
  margin-left: 20px;
  position: relative;
  font-weight:bold;
}
.acc ol {
  list-style: auto;
  font-weight: bold;
}

a.pdf-download::before {
  content: '';
  position: absolute;
  background-image: url('https://25558714.fs1.hubspotusercontent-eu1.net/hubfs/25558714/mobatime-2022/images/landing-page/pdfnew.png');
  z-index: 0;
  width: 20px;
  height: 21px;
  left: -25px;
  cursor: pointer;
}
.breadcrumb-inner {
  /*     display: none; */
}


.isotope-pager {
  display: flex;
  justify-content: center;
  margin: 30px 0px 0px;
}
.isotope-pager a {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  transition: all 0.3s;
}
.isotope-pager a:hover,
.isotope-pager a.pager.active {
  background-color: rgba(7,66,109,1.0); 
  border-color: rgba(7,66,109,1.0);
  color: #fff;
}


@media only screen and (min-width:630px) and (max-width:768px){
  .lang_switcher_class {
    display:none;
  }
} 
@media (max-width:629px){
  .lang_switcher_class {
    position: absolute!important;
    top: 26px;
    right: 17px;
  }
}

@media (min-width: 544px) {
  .overlay .body-container-wrapper {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
  }
}
.overlay .body-container-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.55);
  z-index:9;
}

.sticky-cta-outer {
  position: fixed;
  z-index: 99;
  top: 270px;
  right: 0;
  transition: transform .3s,box-shadow .3s;
  /*   transform: translateX(100%) translateX(-140px); */
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 75%);
  max-width: 100%;
}
.sticky-cta-outer .page-center {
  padding: 0px !important;
}
.sticky-cta-outer a.cta_button {
  background-color: transparent;
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-align: left;
}
.contact-info {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  background-color: #d61d04;
  color: #fff;
  overflow: hidden;
  transition: height .1s,visibility .3s,opacity .3s, width .1s;
}
.sticky-contact-icon,
.contact_info_ttitle {
  display: none;
}
.showContact_list .contact-info {
  visibility: visible;
  opacity: 1;
  height: auto;
  width: auto;
}
.cta-section {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #d61d04;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 15px 25px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .02rem;
  margin-bottom: 0px;
}
.showContact_list .cta-section {
  background-color: #fff;
  color: #d61d04;
  position: relative;
  cursor: pointer;
}
.showContact_list .cta-section::after {
  content: "x";
  position: absolute;
  right: 25px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5625rem;
  font-weight: 400;
}
.showContact_list .cta-section a.cta_button {
  color: #d61d04;
}
.info ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.info ul li img {
  max-width: 26px;
  max-height: 25px;
  vertical-align: bottom;
}
.info > ul > li > * {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 15px 25px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.info > ul > li > a:hover {
  background-color: #e51f04;
}

.container_width_sec {
  padding: 40px;
  max-width:1160px;
  margin:40px auto;
}





@media ( max-width: 1199px) {
  .page-center {
    padding: 0px 15px;
  }
  .container_width_sec .page-center {
    padding: 0px;
  }
  .container_width_sec {
    padding: 40px;
    margin:20px 15px;
  }
}


@media (max-width: 767px) {
  .sticky-contact-icon {
    display: block;
  }
  .sticky-cta-outer a.cta_button,
  .showContact_list .sticky-contact-icon {
    display: none;
  }
  .sticky-cta-outer .showContact_list a.cta_button {
    display: block;
  }
  .sticky-contact-icon img {
    max-width: 30px !important;
  }
  .left_margin_desktop {
    margin-left: 0px;
  }
  .right_margin_desktop {
    margin-right: 0px;
  }
  .left_margin_mobile{
    margin-left: 15px;
  }

  .right_margin_mobile{
    margin-right: 15px;
  }
  .container_width_sec {
    padding: 0px 15px;
    margin:15px 15px;
  }
  .container_width_sec .page-center {
    padding: 0px;
  }
}




/* Blog
==================*/
.blog-post-body .single-text-inner .title-sec h2 {
  margin-bottom: 0;
}
ul li {
  line-height: 1.6;
}
.breadcrumb-outer {
  padding: 30px 0px;
}
.breadcrumb-outer a,
.breadcrumb-outer a:hover {
  color: #07426d;
  font-weight: bold;
}
.breadcrumb-outer a.current,
.breadcrumb-outer a.active-link {
  color: #d61d04;
  font-weight: 400;
}

.Bloglisting-main {
  background-color: #f1f1f1;
}
.Bloglisting-main {
  background-color: #f1f1f1;
  padding: 40px 0px;
  margin-bottom:80px;
}
.Bloglisting-main-new .Bloglisting-main {
  padding: 40px 0px;
}
.blog_listing_header_content p {

}
.blog_listing_header_content h1 {
  margin: 0px 0 12px;
  color:#d61d04;
}
.filter-sec {
  max-width: calc(33.333333% - 20px);
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.filter-of-category {
  border-bottom: 1px solid #666;
  text-align: left;
  padding: 0;
  outline: none;
  position: relative;
  height: 1.875rem;
}
.filter-of-category h4 {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  z-index: 1;
  color: #807f7f;
  font-size: 1rem;
  font-weight: 400;
  transition: all .28s ease;
  margin: 0px;
}
.show-filter-dropdown .filter-of-category h4 {
  font-size: .75rem;
  top: -1rem;
  color: #07426d;
}
.filter-of-category:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #07426d;
  z-index: 2;
  transition: transform .28s ease;
  transform: rotateY(90deg);
}
.show-filter-dropdown .filter-of-category::before {
  transform: rotateY(0deg);
}
ul.filters-select {
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  overflow: hidden;
  max-height: 0;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  transition: max-height .28s ease;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
}
.show-filter-dropdown ul.filters-select {
  max-height: 300px;
}
.show-filter-dropdown ul.filters-select li {
  padding: 5px 10px;
  cursor: pointer;
}
.show-filter-dropdown ul.filters-select li:hover {
  background: #07426d;
  color: #fff;
}
.blog-index {
  margin: 0 -6px;
}
div .blog-index__post--small {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0px 8px;
  margin-bottom:15px;
}
a.article-inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  height: 100%;
  transition: box-shadow .2s ease;
}
a.article-inner:hover {
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.blog-index__post-content {
  background-color: #fff;
  padding: 20px;
  flex-grow: 1;
  overflow: hidden;
}
.blog-index__post-image-outer {
  padding-top: 67.24137931%;
  height: 0;
  background-color: #666;
  position: relative;
  overflow: hidden;
  width:375px;
}

.blog-index__post .blog-index__post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(1.09) scaleY(1.09) scaleZ(1);
  transition: transform .3s ease;
  width: 100%;
  margin: 0;
  object-fit:cover;
}
.blog-index__post a.article-inner:hover .blog-index__post-image {
  transform: scaleX(1) scaleY(1) scaleZ(1);
}
.Pdate-tages {
  display: flex;
  align-items: center;
  font-size: 85%;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #333;
  flex-wrap:wrap;
  grid-row-gap: 4px;
}
.Pdate-tages time,
.blog-index__post-tag {

}
.blog-index__post-tags {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap:wrap;
}
.blog-index__post-tags:before {
  content: " | ";
/*   margin: 0px 3px; */
  margin-left:3px;
}
.blog-index__post-tag {
    padding-left: 3px;
}
.blog-index__post-tag {
  margin: 0px;
}
h2.blog-index__post-title {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 17.96px;
  line-height: 1.6;
  font-weight: 700;
}
.Pdate-tages > * {
  margin: 0px !important;
}
.blog-index__post-summary {
  margin-top: 0.5rem;
}
.blog-index__post-summary p {
  color: #333;
}

article.blog-post {
  border: 2px solid #07426d;
  padding: 0px 60px 0px 60px;
  max-width: 100%;
  margin-bottom: 60px;
}
.Bloglisting-main-new .cta-sec {
  text-align: center;
  padding-top:24px;
}
.Bloglisting-main-new.Bloglisting-main .cta_button {
  margin-bottom: 0;
}
.Bloglisting-main-new .blog_listing_header_content p {
  padding: 13px 0px 40px;
}
.Bloglisting-main-new .blog_listing_header_content h2 {
  margin-bottom: 0;
  line-height: 30px;
}
.blog-index .article-inner {
  min-height: 535px;
}





/*********28 march**************/
.section1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.post_featured_image img {
  float: none;
  margin: 0;
  max-width: 100%;
  min-height: 100%!important;
}

.two-col-text-module-inner .left-col {
  padding: 20px;
}
.two-col-text-module-inner .right-col {
  padding: 0px;
}
.two-col-text-module-inner h3 {
  text-transform: none;
}
.two-col-text-module-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.two-col-text-module-inner3 {
  display: flex;
  justify-content: space-between;
  grid-gap: 25px;
  margin-bottom: 21px;
}
.gray-background h3 {
  color: #333 !important;
}
.blue-background p{
  color:#fff;
}
.two-col-text-module-inner3 .left-col {
  order: 2;
  flex: 0 0 48.7%;
  padding: 20px;

}
.two-col-text-module-inner .left-col h3{
  color: white;
}
.two-col-text-module-inner .white-background h3 {
  color: #333;
}
.two-col-text-module-inner3 .right-col {
  order: 1;
}
.right-col{
  padding:20px;
}
.blog-post .hs_lastname {
  width: calc(50% - 0px);
  display: inline-block;
  margin-left: 0;
}
.blog-post .hs_firstname {
  width: calc(50% - 12px);
  margin-right: 12px;
  display: inline-block;
  margin-left: 0px;
}
.two-col-text-module-inner h3 {
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 700;
}
.blog-post .form-inner {
  padding: 41px 60px;
  background: #f1f1f1;
  margin-left: -60px;
  margin-right: -60px;
}

.blog-post .page-center {
  padding: 0;
}
.blue-background {
  background: #07426d;
  color:#fff;

}
.blue-background h3{
  color:#fff;
}
.gray-background {
  color: #333;
  background:#f1f1f1;
}
.gray-background h3{
  color:#333;
}

.show {
  display: block;
  position: fixed;
  z-index: 99;
  bottom: 80px;
  right: 0;
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.75);
  max-width: 100%;
  color: #fff;
  padding: 31px 46px 23px 24px;
  background: #07426d;
  font-size: 0;
}
#button::after {
  position: absolute;
  content: '';
  background-image: url('https://25558714.fs1.hubspotusercontent-eu1.net/hubfs/25558714/mobatime-2022/images/landing-page/top.png');
  width: 30px;
  height: 30px;
  left: 25px;
  background-repeat: no-repeat;
  top: 15px;
}
.Impressionen {
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
}
.blog-post .single-text-outer {
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
}
.blog-post .Three-coulmns-outer{
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
}
.blog-post .two-col-text-module{
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
}
.section1-outer {

  margin-left: -60px;
  margin-right: -60px;
  padding-left:60px;
  padding-right:60px;
}
.blog-post .form-outer.add_bottom_padding_desktop {
  padding-bottom: 0px !important;
}
.blog-post .form-outer.add_top_padding_desktop {
  padding-top: 0px !important;
}

.blog-post-body h1 {
  margin-bottom: 0;
  color:#d61d04;
}
h2.blog-index__post-title {
  min-height: auto;
}
.Bloglisting-main-new h2.blog-index__post-title {
  min-height: auto;
}
.pagination {
  padding: 40px 0px;
}

/*------------ 8-june-22 -------------*/
.two-col-text-module-inner .right-col.gray-background {
  padding: 20px;
}
.two-col-text-module-inner .right-col.blue-background {
  padding: 20px;
}
.two-col-text-module-inner .right-col.gray-background ul {
  padding-left: 20px;
}
.two-col-text-module-inner .right-col.blue-background ul {
  padding-left: 20px;
}
.two-col-text-module-inner .left-col ul {
  padding-left: 20px;
}
.two-col-text-module-inner .right-col.gray-background p a,
.hs-blog-post p a {
  font-weight: bold;
}
/*-----------------------------------*/


.basket-item .deleteProduct {
  top: 9px;
  width: 22px;
  height: 22px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 2px 0px 0px;
  font-weight: d;
}

.email-prefs .header {
  position: static;
}

/*==============*/

.moba-two-section {
  padding: 70px 0px;
}
.moba-two-section > .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.moba-two-left-section {
  max-width: 55%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
}
.moba-left-middle,
.moba-bottom-middle {
  margin: 30px 0px 0px;
}
.moba-two-left-section img {
  vertical-align: bottom;
}
.moba-two-right-section {
  max-width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  background-color: #f1f1f1;
  padding: 50px;
}
.moba-bottom-middle a,
.moba-two-right-section form.hs-form input[type="submit"] {
  background-color: #07426d;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color .25s ease-out,color .25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.65em 0.9em;
  font-size: 14.96px;
  color: #fff;
}
.moba-bottom-middle a:hover,
.moba-two-right-section form.hs-form input[type="submit"]:hover {
  background: #042a45;
  color: #ffffff;
}
.moba-two-right-section form .hs-form-field {
  margin: 0px 0px 20px;
}
.moba-two-right-section form .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  height: 35px;
  border-width: 1px;
  border-radius: 0;
}
.moba-two-right-section form textarea.hs-input {
  min-height: 100px;
}
.moba-two-right-section .legal-consent-container {
  margin: 0px 0px 20px;
}
.moba-two-right-section .legal-consent-container p {
  font-size: 14px;
}
.moba-two-right-section label.hs-error-msg {
  font-size: 14px;
  color: red;
}
.hs_error_rollup {
  display: none;
}
.main-footer .dnd_footer_area-row-0-background-color {
  padding: 30px 0px !important;
}
.main-footer .dnd_footer_area-row-0-background-color > div {
  max-width: 1160px;
  margin: 0 auto;
}
.main-footer .dnd_footer_area-row-0-vertical-alignment > .row-fluid::before,
.main-footer .dnd_footer_area-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
.main-footer .dnd_footer_area-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0px;
  margin-right: 150px;
}
.main-footer .dnd_footer_area-row-0-vertical-alignment > .row-fluid > *:last-child {
  margin-right: 0px;
}
.main-footer h4 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.38rem;
}
.main-footer ul {
  margin: 0px;
  padding: 0px;
}
.main-footer h4 a,
.main-footer li a {
  color: #fff;
}
.main-footer ul li {
  font-size: 14.96px;
  font-style: normal;
  line-height: 1.3;
  color: #fff;
  list-style: none;
}

@media (max-width: 1199px) {
  .main-footer .dnd_footer_area-row-0-background-color > div {
    padding: 0px 15px;
  }
}

@media (max-width:1030px){
  article.blog-post {
    padding: 0px 30px 0px 30px;
    margin-bottom: 60px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .blog-post .form-inner {
    padding: 41px 28px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .form-header h2 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .blog-post .left-sec {
    width: 48%;
    margin-right: 10px;
  }
  .blog-post .hs_firstname {
    width: 46.3%;
    margin-right: 12px;
  }
  .blog-post .hs_lastname {
    width: 46.3%;
    margin-left: 12px;
  }


  /***padding-margin desktop set 0**/
  .add_top_padding_desktop {
    padding-top: 0px;
  }
  .add_bottom_padding_desktop {
    padding-bottom: 0px;
  }
  .add_top_margin_desktop{
    margin-top: 0px;
  }
  .add_bottom_margin_desktop{
    margin-bottom: 0px;
  }
  /*****/

  /***padding-margin mobile set 40***/
  .add_top_padding_mobile{
    padding-top: 40px;
  }
  .add_bottom_padding_mobile{
    padding-bottom: 40px;
  }
  .add_top_margin_mobile{
    margin-top: 40px;
  }
  .add_bottom_margin_mobile{
    margin-bottom: 40px;
  }
  /****/

  .Impressionen {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-post .single-text-outer {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-post .Three-coulmns-outer{
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-post .two-col-text-module{
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section1-outer {

    margin-left: -30px;
    margin-right: -30px;
    padding-left:30px;
    padding-right:30px;
  }
  .blog-index__post-image-outer {
    width: auto;
  }
  .Bloglisting-main {
    margin-bottom:40px;
  }
  .left-sec .form-inner .hs_firstname {
    width: calc(50% - 12px);
    margin-right: 12px;
    margin-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .row.basket-item .col-md-5 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .row.basket-item .col-md-2:nth-last-child(2) {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .row.pt-1 .col-md-2:last-child,
  .row.pb-1 .col-md-2:last-child {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .row.pt-1 .col-md-7,
  .row.pb-1 .col-md-7 {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
  }
}
@media (max-width: 991px) {
  .moba-two-right-section {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .Bloglisting-main {
    background-color: #f1f1f1;
  }
  .Bloglisting-main-new .blog_listing_header_content p {
    padding: 20px 0px 30px;
  }
  .blog_listing_header_content h1 {
    font-size: 2rem;
  }
  .filter-sec {
    max-width: 100%;
  }
  div .blog-index__post--small {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    min-height: unset;
  }
  article.blog-post {
    padding: 0px 20px 0px 20px;
    margin-bottom: 20px;
    margin: 0px 20px;
  }
  .blog-post h1 {
    font-size: 2em;
  }
  .section1 {
    grid-template-columns: 1fr;
  }
  .two-col-text-module .page-center {
    padding: 0px 15px;
  }
  .two-col-text-module-inner {
    grid-template-columns: 1fr;
  }
  .two-col-text-module-inner .left-col {
    padding: 12px;
  }
  .blog-post .form-inner {
    padding: 41px 60px;
    background: #f1f1f1;
    margin-left: -35px;
    margin-right: -35px;
  }
  .blog-post .form-inner {
    padding: 22px 20px;
    margin-left: -35px;
    margin-right: -35px;
  }  
  div.form-header h2 {
    font-size: 23px!important;
    font-weight: 500;
  }
  .blog-post .hs_firstname {
    width: 100%;
    margin-right: 0;
  }
  .blog-post .hs_lastname {
    width: 100%;
    margin-left: 0;
  }
  article.blog-post {
    padding: 0px 20px 0px 20px;
    margin-bottom: 20px;
    margin: 0px 20px 42px;
  }
  .two-col-text-module-inner .right-col {
    padding: 0px;
  }
  .blog-post .form-inner {
    margin-left: -20px;
    margin-right: -20px;
  }
  .blog-post .left-sec {
    width: 100%;
  }
  .Impressionen {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-post .single-text-outer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-post .Three-coulmns-outer{
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-post .two-col-text-module{
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section1-outer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left:20px;
    padding-right:20px;
  }
  .blog-index__post-image-outer {
    width: 100%;
  }
  .Bloglisting-main-new.Bloglisting-main {
    padding: 0px 0px 40px;
  }
  .Bloglisting-main {
    margin-bottom:30px;
  }

  /*------------ 8-june-22 -------------*/
  .two-col-text-module-inner .right-col.gray-background {
    padding: 12px;
  }
  .two-col-text-module-inner .right-col.blue-background {
    padding: 12px;
  }
  .two-col-text-module-inner .right-col.gray-background ul {
    padding-left: 12px;
  }
  .two-col-text-module-inner .right-col.blue-background ul {
    padding-left: 12px;
  }
  .two-col-text-module-inner .left-col ul {
    padding-left: 12px;
  }
  /*-----------------------------------*/
  .row.basket-item img {
    display: block;
    margin: 0 auto 20px;
  }
  .row.basket-item .col-md-5 {
    text-align: center;
    margin: 0px 0px 20px;
  }
  .row.basket-item .col-md-3 {
    margin: 0px 0px 40px;
    text-align: center;
  }
  .row.basket-item .col-md-5 br {
    display: none;
  }
  .row.basket-item .price.eachProduct {
    float: none;
    position: absolute;
    right: 15px;
  }
  .basket-item {
    padding-bottom: 10px;
  }
  .basket-container .row.pt-1 .mt-2,
  .basket-container .row.pb-1 .mt-2 {
    margin-top: 0px;
  }
  .basket-container .row.pt-1 {
    padding-bottom: 10px;
  }
  .basket-container .row.pb-1:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
  }
  .basket-container .borderTop {
    border-top: 0px solid #f1f1f1;
    padding-top: 0px;
  }
  .basket-container + div .form-container {
    width: 90%;
  }
  .moba-two-section > .page-center {
    flex-wrap: wrap;
  }
  .moba-two-left-section,
  .moba-two-right-section {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .moba-two-right-section {
    margin: 40px 0px 0px;
  }
  .moba-two-section {
    padding: 40px 0;
  }
  .moba-left-top h2 {
    font-size: 24px;
  }
  .main-footer .dnd_footer_area-row-0-vertical-alignment > .row-fluid > * {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .main-footer .dnd_footer_area-row-0-vertical-alignment > .row-fluid > *:last-child {
    margin-bottom: 0;
  }
}


@media (max-width:1480px){
  .Impressionen .img-sec img {
    min-width: auto!important;
  }
}