@charset "UTF-8";
/*!
Theme Name: Arbinger
Theme URI: http://underscores.me/
Author: Smallthings Hungary Kft
Author URI: https://www.smallthings.hu/
Description: Custom block-based theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arbinger
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Usea it to make something cool, have fun, and share what you've learned.

Arbinger is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Blueish Black/1000 */
/* Blueish Black/800 */
/* Blueish Black/600 */
/* Blueish Black/200 */
/* Blueish Black/100 */
/* Arbinnger Gray/700 */
/* Arbinnger Gray/500 */
/* Arbinnger Gray/400 */
/* Arbinnger Gray/200 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%; }

/* 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;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

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

/**
 * 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;
  outline-offset: -2px; }

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  color: #4169e1; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.boldLinkCustom {
  text-decoration: none;
  color: #374a5b;
  font-family: Lora;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; }
  .boldLinkCustom:hover {
    font-weight: 700 !important; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.transform-to-img {
  pointer-events: none;
  cursor: default; }

.transform-to-img img {
  pointer-events: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.container__md {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 80px; }
  @media (max-width: 767px) {
    .container__md {
      padding: 24px; } }

/*--------------------------------------------------------------
# Layouts

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.pre-navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.5s ease;
  z-index: 100; }
  .pre-navbar__scroll {
    background-color: #fff; }
  .pre-navbar__active {
    transition: background-color 0.5s ease;
    background-color: #fff;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%; }

.top-section {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1440px; }
  .top-section .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  .top-section a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #384145; }

.navbar {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px; }
  .navbar .menu_container {
    display: flex;
    align-items: center;
    padding: 8px 0; }
  .navbar .navbar-nav {
    display: flex;
    align-items: center; }
  .navbar .nav-item {
    display: flex;
    padding: 9px 16px;
    border-radius: 8px; }
    .navbar .nav-item__title {
      margin-right: 10px; }
    .navbar .nav-item a {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #374a5b; }
    .navbar .nav-item__has-children {
      align-items: center; }
      .navbar .nav-item__has-children.active {
        background: rgba(204, 237, 249, 0.5); }
        .navbar .nav-item__has-children.active .nav-link__main {
          cursor: pointer;
          color: #00a6e2; }
        .navbar .nav-item__has-children.active::after {
          content: "";
          background-image: url(assets/images/svg/chevron-blue.svg);
          background-size: 8px;
          background-repeat: no-repeat;
          background-position: center;
          height: 20px;
          width: 20px;
          transition: transform 500ms; }
      .navbar .nav-item__has-children::after {
        transition: transform 500ms;
        content: "";
        background-size: 8px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(assets/images/svg/chevron.svg);
        height: 20px;
        width: 20px; }
    .navbar .nav-item .nav-link {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #384145;
      padding: 8px 0;
      display: inline; }
      .navbar .nav-item .nav-link__title {
        font-family: ProximaNova-SemiBold;
        font-size: 20px;
        color: #061117; }
      @media (max-width: 1067px) {
        .navbar .nav-item .nav-link__title {
          margin-bottom: 15px; } }
      .navbar .nav-item .nav-link__subtitle {
        font-family: ProximaNova-SemiBold;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #6a7074; }
    .navbar .nav-item.nav_cta_button {
      padding: 16px 32px;
      background: #00a6e2;
      border-radius: 50px;
      margin-left: 50px;
      cursor: pointer;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      color: #fff; }
      .navbar .nav-item.nav_cta_button:hover {
        background: #0082be; }
    .navbar .nav-item .dropdown_section {
      font-family: ProximaNova-SemiBold;
      position: absolute;
      background-color: #fff;
      top: 110px;
      left: 0;
      width: 100%;
      display: none;
      border-top: 1px solid #e6e7e8;
      border-bottom: 1px solid #e6e7e8;
      z-index: 1;
      max-height: 320px;
      overflow: hidden; }
      @media (max-width: 1024px) {
        .navbar .nav-item .dropdown_section {
          max-height: 100%; } }
      .navbar .nav-item .dropdown_section::before {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 0; }
      .navbar .nav-item .dropdown_section .dropdown_wrapper {
        margin-left: 20%;
        width: 80%;
        height: inherit; }
        .navbar .nav-item .dropdown_section .dropdown_wrapper .separate_section {
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between;
          height: inherit; }
          .navbar .nav-item .dropdown_section .dropdown_wrapper .separate_section .cta_menu_section {
            position: relative;
            display: flex;
            justify-content: end;
            z-index: 10;
            height: 320px;
            min-width: 400px;
            max-height: 320px; }
            .navbar .nav-item .dropdown_section .dropdown_wrapper .separate_section .cta_menu_section .cta_menu_item {
              background-size: cover;
              padding: 10px 40px;
              width: 40%;
              background-color: #cdcfd1;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              font-style: normal;
              font-weight: 600;
              font-size: 22px;
              line-height: 27px;
              color: #061117; }
              .navbar .nav-item .dropdown_section .dropdown_wrapper .separate_section .cta_menu_section .cta_menu_item div {
                display: flex;
                flex-direction: column; }
                .navbar .nav-item .dropdown_section .dropdown_wrapper .separate_section .cta_menu_section .cta_menu_item div a {
                  margin-top: 10px; }
                  .navbar .nav-item .dropdown_section .dropdown_wrapper .separate_section .cta_menu_section .cta_menu_item div a::after {
                    content: "\2192";
                    margin-left: 5px; }
              .navbar .nav-item .dropdown_section .dropdown_wrapper .separate_section .cta_menu_section .cta_menu_item__main {
                font-style: normal;
                font-weight: 600;
                font-size: 22px;
                line-height: 27px;
                color: #061117;
                padding: 10px 40px;
                width: 100%;
                max-width: 400px;
                background-color: #e6e7e8;
                display: flex;
                flex-direction: column;
                justify-content: center;
                min-width: 475px; }
                .navbar .nav-item .dropdown_section .dropdown_wrapper .separate_section .cta_menu_section .cta_menu_item__main div {
                  display: flex;
                  flex-direction: column; }
                  .navbar .nav-item .dropdown_section .dropdown_wrapper .separate_section .cta_menu_section .cta_menu_item__main div a {
                    margin-top: 10px; }
                    .navbar .nav-item .dropdown_section .dropdown_wrapper .separate_section .cta_menu_section .cta_menu_item__main div a::after {
                      content: "\2192";
                      margin-left: 5px; }
        .navbar .nav-item .dropdown_section .dropdown_wrapper::before {
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          background: #fff;
          z-index: 0; }
      .navbar .nav-item .dropdown_section ul {
        padding-top: 32px;
        padding-bottom: 64px;
        background: transparent;
        z-index: 10;
        position: relative;
        display: flex;
        justify-content: flex-start; }
        @media (max-width: 768px) {
          .navbar .nav-item .dropdown_section ul {
            padding-bottom: 16px; } }
        .navbar .nav-item .dropdown_section ul .nav-item {
          display: flex;
          flex-direction: column;
          padding: 6px 0;
          min-width: 200px; }
          .navbar .nav-item .dropdown_section ul .nav-item .sub-menu {
            padding-top: 16px;
            display: inline; }
          .navbar .nav-item .dropdown_section ul .nav-item .sub__solutions .nav-item {
            display: flex;
            flex-direction: row;
            align-items: center; }
            .navbar .nav-item .dropdown_section ul .nav-item .sub__solutions .nav-item:nth-child(1)::before {
              background-image: url(assets/images/svg/navbar/ol.svg); }
            .navbar .nav-item .dropdown_section ul .nav-item .sub__solutions .nav-item:nth-child(2)::before {
              background-image: url(assets/images/svg/navbar/oi-dei.svg); }
            .navbar .nav-item .dropdown_section ul .nav-item .sub__solutions .nav-item:nth-child(3)::before {
              background-image: url(assets/images/svg/navbar/op.svg); }
            .navbar .nav-item .dropdown_section ul .nav-item .sub__solutions .nav-item::before {
              content: "";
              display: inline-block;
              width: 25px;
              height: 25px;
              margin-right: 10px;
              background-repeat: no-repeat; }

.top-section {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1440px; }

.navbar {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.navbar-nav {
  display: flex;
  align-items: center; }

.nav-item {
  display: flex;
  padding: 0 16px; }

.nav-link.cart {
  display: flex;
  align-items: flex-start; }

.navbar_mobile {
  display: none; }

@media (max-width: 1067px) {
  .pre-navbar {
    display: none; }
  .navbar_mobile {
    padding: 16px 0;
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: background-color 0.5s ease;
    z-index: 100; }
    .navbar_mobile__scroll {
      background-color: #fff; }
    .navbar_mobile__wrapper {
      width: 90%;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .navbar_mobile__side {
      display: flex;
      gap: 10px; }
      .navbar_mobile__side .cart {
        transition: 0.3s ease;
        display: none; } }

.navbar_mobile__active {
  background-color: #fff;
  height: 100%; }
  .navbar_mobile__active .cart {
    display: flex;
    transition: 0.3s ease;
    align-items: center; }

.navbar_mobile .navbar {
  animation: slideLeftToRight 1s ease forwards reverse;
  display: none;
  visibility: hidden; }
  .navbar_mobile .navbar .nav_cta_button {
    margin-left: 0; }
  .navbar_mobile .navbar.active {
    animation: slideRightToLeft 1s ease forwards;
    display: flex;
    visibility: visible;
    flex-direction: row;
    justify-content: center;
    padding: 75px 10px 40px;
    height: 100%; }
    .navbar_mobile .navbar.active .nav-item__has-children {
      flex-direction: column; }
      .navbar_mobile .navbar.active .nav-item__has-children.active {
        background: none;
        flex-direction: column; }
        .navbar_mobile .navbar.active .nav-item__has-children.active .nav-link__main {
          cursor: pointer;
          color: #00a6e2;
          padding: 23px 0;
          width: 100%;
          background: rgba(204, 237, 249, 0.5);
          text-align: center;
          margin-bottom: 20px;
          border-radius: 8px; }
          .navbar_mobile .navbar.active .nav-item__has-children.active .nav-link__main::after {
            content: "";
            background-image: url(assets/images/svg/chevron-blue.svg);
            background-size: 8px;
            background-repeat: no-repeat;
            background-position: center;
            height: 20px;
            width: 20px;
            transition: transform 500ms; }
        .navbar_mobile .navbar.active .nav-item__has-children.active::after {
          content: none; }
      .navbar_mobile .navbar.active .nav-item__has-children::after {
        content: none; }
      .navbar_mobile .navbar.active .nav-item__has-children .nav-link__main {
        padding: 23px 0;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        cursor: pointer; }
        .navbar_mobile .navbar.active .nav-item__has-children .nav-link__main::after {
          transition: transform 500ms;
          content: "";
          background-size: 8px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(assets/images/svg/chevron.svg);
          height: 20px;
          width: 20px; }
    .navbar_mobile .navbar.active .menu_container {
      flex-direction: column;
      height: 100%;
      width: 100%;
      justify-content: space-between;
      overflow: auto; }
      .navbar_mobile .navbar.active .menu_container .menu-menu-container {
        min-height: 400px;
        height: 90%;
        width: 100%; }
      .navbar_mobile .navbar.active .menu_container .navbar-nav {
        flex-direction: column;
        height: 100%;
        overflow: auto; }
        .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_section {
          display: none;
          flex-direction: row;
          justify-content: center;
          position: unset; }
          .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_section::before {
            content: none; }
          .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_section ul {
            background: #fff;
            flex-direction: column; }
        .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_wrapper {
          display: flex;
          flex-direction: column;
          margin-left: 0;
          width: 100%; }
          .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_wrapper .nav-item .sub-menu .nav-item {
            border: 1px solid #dce1e4;
            border-radius: 5px;
            padding: 12px 16px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin-bottom: 8px; }
            .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_wrapper .nav-item .sub-menu .nav-item::after {
              content: "";
              background-repeat: no-repeat;
              background-position: center;
              background-image: url(assets/images/svg/arrow/arrow_grey.svg);
              height: 20px;
              width: 20px; }
          .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_wrapper::before {
            content: none; }
          .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_wrapper .separate_section {
            display: flex;
            flex-direction: column-reverse; }
            .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_wrapper .separate_section .cta_menu_section {
              display: none;
              width: 100%;
              flex-direction: column; }
              .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_wrapper .separate_section .cta_menu_section .cta_menu_item {
                width: 100%; }
              .navbar_mobile .navbar.active .menu_container .navbar-nav .dropdown_wrapper .separate_section .cta_menu_section .cta_menu_item__main {
                width: 100%; }

/* Define the animation */
@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0%); } }

/* Define the reverse animation */
@keyframes slideLeftToRight {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%); } }

.green_wavy_bg {
  background: url(assets/images/bg/green_wavy.jpg) 1000px 1000px; }

.purple_wavy_bg {
  background: url(assets/images/bg/purple_wavy.jpg) 1000px 1000px; }

.orange_wavy_bg {
  background: url(assets/images/bg/orange_wavy.jpg) 1000px 1000px; }

.blue_wavy_bg {
  background: url(assets/images/bg/blue_wavy.jpg) 1000px 1000px; }

.image_bg {
  background: url(assets/images/bg/static.jpg);
  position: relative;
  min-height: 250px; }
  .image_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }

#licensee .top-section {
  display: none !important; }

footer {
  width: 100%;
  background: url(/wp-content/themes/arbinger/assets/images/footer-bg.png);
  background-size: cover; }
  footer .container {
    padding: 50px 80px;
    margin: auto;
    max-width: 1440px; }

footer .container div.footer-top {
  display: flex; }

footer .container div.footer-top img.footer-logo {
  margin-bottom: 40px; }

footer .container div.footer-top .footer-actions p {
  margin-bottom: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #b8c2ca; }

footer .container div.footer-top .footer-actions button {
  font-family: Montserrat;
  height: 48px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  background-color: #00a6e2;
  border-radius: 50px;
  border: 0;
  cursor: pointer; }

footer .container div.footer-top .footer-actions button:hover {
  background-color: #0082be; }

footer .container div.footer-top .footer-actions button.consultation {
  width: 200px;
  margin-bottom: 40px; }

footer .container div.footer-top .footer-actions .footer-hubspot-subscription form input[type="email"] {
  width: 299px;
  height: 48px;
  border: 1px solid #dce1e4;
  border-radius: 40px;
  padding-left: 15px; }

footer .container div.footer-top .footer-actions .footer-hubspot-subscription form input[type="email"]::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #728595; }

footer .container div.footer-top .footer-actions .footer-hubspot-subscription form button[type="submit"] {
  height: 48px;
  width: 127px;
  position: absolute;
  margin-left: -127px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #fff; }

footer .container div.footer-top .footer-links {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px; }

footer .container div.footer-top .footer-links #menu-footer {
  display: flex;
  width: 100%;
  justify-content: space-between; }

/*list titles */
footer .container div.footer-top .footer-links #menu-footer .footer-link-title > a,
footer .container div.footer-top .footer-links #menu-footer ul.sub-menu > li.fake-title > a {
  margin-bottom: 24px !important;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  cursor: default; }

footer .container div.footer-top .footer-links #menu-footer ul.sub-menu > li.fake-title {
  margin-top: 32px; }

footer .container div.footer-top .footer-links #menu-footer ul.sub-menu {
  margin-top: 24px; }

/*menu items */
footer .container div.footer-top .footer-links #menu-footer > li > a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff; }

footer .container div.footer-top .footer-links #menu-footer ul.sub-menu > li {
  margin-bottom: 12px; }

footer .container div.footer-top .footer-links #menu-footer ul.sub-menu > li.highlighted > a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff; }

footer .container div.footer-top .footer-links #menu-footer ul.sub-menu > li > a {
  margin-bottom: 12px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #b8c2ca; }

footer .container div.footer-top .footer-links #menu-footer ul.sub-menu > li > a:hover {
  color: #fff; }

footer .container hr.divider {
  border-top: 1px solid #374a5b;
  opacity: 20%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px; }

footer .container div.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center; }

footer .container div.footer-bottom .bottom-icons {
  display: flex; }

footer .container div.footer-bottom .bottom-icons i {
  color: #b8c2ca;
  height: 40px;
  width: 40px;
  border: 1px solid #43596a;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px; }

footer .container div.footer-bottom .bottom-icons i:hover {
  border: 1px solid #00a6e2;
  background-color: #0082be;
  color: #fff; }

footer .container div.footer-bottom .bottom-links > a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #b8c2ca;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0.5px;
  padding-bottom: 0.5px;
  border-right: 1px solid #43596a; }

footer .container div.footer-bottom .bottom-links > a:not(:first-of-type):hover {
  color: #fff; }

footer .container div.footer-bottom .bottom-links > a:first-of-type {
  cursor: default; }

footer .container div.footer-bottom .bottom-links > a:last-of-type {
  border-right: none; }

footer #hsForm_762b8c62-96ba-4142-99a1-f891712c307f {
  width: 300px;
  position: relative; }
  footer #hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs-form-booleancheckbox-display input:checked::after {
    position: absolute;
    height: 23px;
    width: 21px;
    left: -1px;
    top: -1px; }
  footer #hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs-form-booleancheckbox-display span p {
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 300; }
  footer #hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs-form-booleancheckbox-display p a {
    color: inherit;
    text-decoration: underline; }
  footer #hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs_submit {
    position: absolute;
    top: 0;
    right: 0;
    width: unset; }
    footer #hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs_submit .hs-button {
      padding: 16px 33px;
      height: unset; }

@media screen and (max-width: 1200px) {
  footer {
    height: unset; }
  footer .container div.footer-top {
    flex-direction: column;
    align-items: center; }
  footer .container div.footer-top .footer-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 56px; }
  footer .container div.footer-top .footer-actions p {
    text-align: center; }
  footer .container div.footer-top .footer-links {
    padding: 0; }
  footer .container div.footer-top .footer-links #menu-footer {
    display: flex;
    flex-direction: column; }
  footer .container div.footer-top .footer-links #menu-footer > li {
    width: 100%; }
  footer .container div.footer-bottom {
    flex-direction: column; }
  footer .container div.footer-bottom .bottom-icons {
    margin-bottom: 40px; }
  footer .container div.footer-bottom .bottom-links {
    display: flex;
    flex-direction: column;
    align-items: center; }
  footer .container div.footer-bottom .bottom-links > a {
    border: none;
    margin-bottom: 32px;
    text-align: center;
    display: flex; }
  footer .container div.footer-bottom .bottom-icons i.fa-youtube {
    margin-right: 0; } }

#hsForm_6f8ae7af-bae4-4c60-b08f-90f5cd7b3470 input[type="text"],
#hsForm_6f8ae7af-bae4-4c60-b08f-90f5cd7b3470 input[type="tel"],
#hsForm_6f8ae7af-bae4-4c60-b08f-90f5cd7b3470 select {
  height: 48px;
  border: 1px solid #dce1e4;
  border-radius: 40px;
  padding-left: 15px; }

#hsForm_762b8c62-96ba-4142-99a1-f891712c307f input[type="submit"] {
  font-family: Montserrat;
  height: 48px !important;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  background-color: #00a6e2;
  border-radius: 50px;
  border: 0;
  cursor: pointer; }

#hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs-form-booleancheckbox label {
  display: flex;
  margin-top: 20px;
  gap: 10px;
  align-items: center;
  color: #fff; }

#hsForm_762b8c62-96ba-4142-99a1-f891712c307f .legal-consent-container .hs-form-booleancheckbox-display span {
  margin-left: unset; }

#hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs-form-booleancheckbox-display input {
  accent-color: #00a6e2;
  border: 1px solid #dce1e4;
  background-color: #fff;
  height: 20px;
  width: 27px !important;
  position: relative;
  outline: none; }

#hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs_email label {
  display: none; }

#hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs-error-msgs label {
  display: block; }

.cookie-reset-container {
  display: none; }

.legal-consent-container .hs-error-msg.hs-main-font-element {
  display: none !important; }

/* Posts and pages
--------------------------------------------- */
.single-post,
.post {
  width: 100%; }
  .single-post__search,
  .post__search {
    margin-top: 200px; }
  .single-post h2,
  .post h2 {
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 27px;
    color: #374a5b;
    margin: 0;
    margin-bottom: 16px;
    margin-top: 64px; }
  .single-post .mt-0,
  .post .mt-0 {
    margin-top: 0px; }
  .single-post .arbinger-blue,
  .post .arbinger-blue {
    color: #00a6e2; }
  .single-post p,
  .post p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #374a5b;
    margin: 0;
    margin-bottom: 16px; }
  .single-post .wp-block-quote,
  .post .wp-block-quote {
    background: #fff;
    margin: 16px 0;
    border: 1px solid #dce1e4;
    border-radius: 5px;
    position: relative;
    padding: 16px 0; }
    .single-post .wp-block-quote p,
    .post .wp-block-quote p {
      font-family: Lora;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
      color: #103454;
      padding: 12px 32px 0 64px;
      margin: 0;
      margin-bottom: 16px; }
    .single-post .wp-block-quote cite,
    .post .wp-block-quote cite {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      color: #728595;
      padding: 0 32px 0 64px; }
    .single-post .wp-block-quote::before,
    .post .wp-block-quote::before {
      content: "“";
      top: 26px;
      left: 13px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      font-size: 64px;
      line-height: 31px;
      color: #00a6e2;
      position: absolute; }
  .single-post .post-header,
  .post .post-header {
    max-width: 1062px;
    width: 90%;
    margin: 0 auto; }
    .single-post .post-header__categories,
    .post .post-header__categories {
      max-width: 1360px !important;
      margin: 0 !important;
      padding: unset !important; }
    .single-post .post-header .post-title,
    .post .post-header .post-title {
      word-break: break-word;
      font-family: Lora;
      font-style: normal;
      font-weight: 500;
      font-size: 40px;
      line-height: 46px;
      color: #374a5b; }
    .single-post .post-header .chip-section,
    .post .post-header .chip-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 27px 24px 27px 75px;
      background-color: #fff; }
      .single-post .post-header .chip-section__single,
      .post .post-header .chip-section__single {
        padding: 27px 24px 27px 0; }
      .single-post .post-header .chip-section .chip-categories,
      .single-post .post-header .chip-section .chip-social,
      .post .post-header .chip-section .chip-categories,
      .post .post-header .chip-section .chip-social {
        display: flex;
        gap: 5px;
        flex-wrap: wrap; }
  .single-post .post-thumbnail,
  .post .post-thumbnail {
    width: 100%;
    margin-top: 50px;
    max-height: 440px;
    display: flex; }
    .single-post .post-thumbnail img,
    .post .post-thumbnail img {
      object-fit: cover;
      width: 100%;
      object-position: 0 -75px; }
  .single-post .post_container,
  .post .post_container {
    max-width: 1062px;
    width: 90%;
    margin: 65px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr) 285px;
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 0; }
    .single-post .post_container .post_content,
    .post .post_container .post_content {
      grid-area: 1 / 1 / 6 / 5; }
      .single-post .post_container .post_content ul,
      .post .post_container .post_content ul {
        list-style: disc;
        padding-inline-start: 40px; }
    .single-post .post_container .subscribe_form,
    .post .post_container .subscribe_form {
      grid-area: 1 / 5 / 1 / 6;
      box-sizing: border-box;
      height: max-content;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 32px;
      gap: 24px;
      background: #fff;
      border: 1px solid #dce1e4;
      border-radius: 5px; }
    .single-post .post_container .box,
    .post .post_container .box {
      border: 1px solid #dce1e4;
      border-radius: 5px;
      padding: 32px;
      margin-bottom: 2em; }
    .single-post .post_container .box h3,
    .post .post_container .box h3 {
      font-family: Lora;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 27px;
      color: #374a5b; }
    .single-post .post_container :target::before,
    .post .post_container :target::before {
      content: "";
      display: block;
      height: 120px;
      margin: -120px 0 0; }
    .single-post .post_container .company_info, .single-post .post_container .cta_case_studies,
    .post .post_container .company_info,
    .post .post_container .cta_case_studies {
      grid-area: 1 / 5 / 1 / 6;
      box-sizing: border-box;
      height: max-content;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 64px 32px;
      gap: 24px;
      background: #fff;
      border: 1px solid #dce1e4;
      border-radius: 5px; }
      .single-post .post_container .company_info .title_text, .single-post .post_container .cta_case_studies .title_text,
      .post .post_container .company_info .title_text,
      .post .post_container .cta_case_studies .title_text {
        font-family: Lora;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 27px;
        color: #374a5b; }
      .single-post .post_container .company_info .description_text, .single-post .post_container .cta_case_studies .description_text,
      .post .post_container .company_info .description_text,
      .post .post_container .cta_case_studies .description_text {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
        color: #374a5b;
        margin-top: 12px;
        margin-bottom: 18px; }
      .single-post .post_container .company_info .detail_text, .single-post .post_container .cta_case_studies .detail_text,
      .post .post_container .company_info .detail_text,
      .post .post_container .cta_case_studies .detail_text {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 17px;
        color: #2b3c4b;
        margin-left: 8px; }
      .single-post .post_container .company_info .cta_case_studies_button, .single-post .post_container .cta_case_studies .cta_case_studies_button,
      .post .post_container .company_info .cta_case_studies_button,
      .post .post_container .cta_case_studies .cta_case_studies_button {
        width: 100%;
        text-align: center;
        display: inline-block;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word; }
      .single-post .post_container .company_info .company_info_detail_item, .single-post .post_container .company_info .cta_case_studies_detail_item, .single-post .post_container .cta_case_studies .company_info_detail_item, .single-post .post_container .cta_case_studies .cta_case_studies_detail_item,
      .post .post_container .company_info .company_info_detail_item,
      .post .post_container .company_info .cta_case_studies_detail_item,
      .post .post_container .cta_case_studies .company_info_detail_item,
      .post .post_container .cta_case_studies .cta_case_studies_detail_item {
        display: flex;
        align-items: center; }
        .single-post .post_container .company_info .company_info_detail_item .company_info _detail_icon, .single-post .post_container .company_info .company_info_detail_item .cta_case_studies _detail_icon, .single-post .post_container .company_info .cta_case_studies_detail_item .company_info _detail_icon, .single-post .post_container .company_info .cta_case_studies_detail_item .cta_case_studies _detail_icon, .single-post .post_container .cta_case_studies .company_info_detail_item .company_info _detail_icon, .single-post .post_container .cta_case_studies .company_info_detail_item .cta_case_studies _detail_icon, .single-post .post_container .cta_case_studies .cta_case_studies_detail_item .company_info _detail_icon, .single-post .post_container .cta_case_studies .cta_case_studies_detail_item .cta_case_studies _detail_icon,
        .post .post_container .company_info .company_info_detail_item .company_info _detail_icon,
        .post .post_container .company_info .company_info_detail_item .cta_case_studies _detail_icon,
        .post .post_container .company_info .cta_case_studies_detail_item .company_info _detail_icon,
        .post .post_container .company_info .cta_case_studies_detail_item .cta_case_studies _detail_icon,
        .post .post_container .cta_case_studies .company_info_detail_item .company_info _detail_icon,
        .post .post_container .cta_case_studies .company_info_detail_item .cta_case_studies _detail_icon,
        .post .post_container .cta_case_studies .cta_case_studies_detail_item .company_info _detail_icon,
        .post .post_container .cta_case_studies .cta_case_studies_detail_item .cta_case_studies _detail_icon {
          flex: none;
          width: 40px; }

.page_hero {
  max-width: 1440px;
  padding: 0 80px;
  margin: auto;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .page_hero .content {
    max-width: 600px; }
    .page_hero .content h1 {
      font-family: Lora;
      font-style: normal;
      font-weight: 500;
      font-size: 70px;
      line-height: 75px;
      color: #374a5b; }
    .page_hero .content p {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 500;
      font-size: 19px;
      line-height: 27px;
      color: #374a5b; }
  .page_hero .button_wrappper {
    margin-top: 56px; }
  .page_hero .main_button {
    background: #00a6e2;
    border-radius: 50px;
    padding: 18px 48px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff; }
    .page_hero .main_button:hover {
      background: #0082be; }

.single-post {
  margin-top: 150px;
  /*HBSPT*/ }
  .single-post .post_container {
    grid-template-rows: repeat(1, 1fr); }
  .single-post #subscriber-form form {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .single-post #subscriber-form .hs-email {
    width: 100%; }
    .single-post #subscriber-form .hs-email label {
      display: block;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 18px;
      color: #728595; }
  .single-post #subscriber-form .hs-input {
    border: none;
    border-bottom: 1px solid #dce1e4;
    width: 100%;
    outline: none; }
  .single-post #subscriber-form fieldset {
    width: unset; }
  .single-post #subscriber-form .hs-button.primary.large {
    width: 100%;
    margin: auto; }
  .single-post #subscriber-form .hs-submit {
    width: 100%;
    margin-top: 8px; }
  .single-post .subscribe_form h3 {
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #374a5b;
    margin: 0; }
  .single-post .subscribe_form p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #374a5b;
    margin-bottom: 10px; }
  .single-post .subscribe_form .hs-form-booleancheckbox-display input {
    width: 60px !important; }
  .single-post .subscribe_form .hs-form-booleancheckbox p a {
    color: inherit;
    text-decoration: underline; }

.error404 .blog-banner img {
  object-position: top; }

.show_mobile {
  display: none !important; }

.hide_mobile.chip-social {
  display: flex;
  justify-content: center;
  gap: 5px; }

@media only screen and (min-width: 768px) {
  .cta_case_studies {
    top: 17%;
    position: relative; } }

@media only screen and (max-width: 768px) {
  .show_mobile.chip-social {
    display: flex !important;
    justify-content: center;
    gap: 5px; }
  .hide_mobile {
    display: none !important; }
  .page_hero {
    height: auto;
    margin-top: 40px !important;
    padding: 24px; }
    .page_hero .content h1 {
      font-weight: 500;
      font-size: 40px;
      line-height: 48px; }
  .single-post .post-header,
  .post .post-header {
    padding: 10px;
    width: 100%; }
  .single-post .post_container,
  .post .post_container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: 20px; }
    .single-post .post_container .post_content,
    .post .post_container .post_content {
      grid-area: unset;
      width: 90%;
      margin: auto; }
    .single-post .post_container .subscribe_form,
    .single-post .post_container .company_info,
    .single-post .post_container .cta_case_studies,
    .post .post_container .subscribe_form,
    .post .post_container .company_info,
    .post .post_container .cta_case_studies {
      grid-area: unset;
      width: 90%;
      margin: auto; }
  .single-post .post-header .chip-section,
  .post .post-header .chip-section {
    padding: 12px;
    align-items: center;
    gap: 15px; }
    .single-post .post-header .chip-section .chip-categories,
    .post .post-header .chip-section .chip-categories {
      flex-wrap: nowrap;
      overflow-x: scroll;
      padding: 10px;
      -ms-overflow-style: none;
      /* Internet Explorer and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .single-post .post-header .chip-section .chip-categories::-webkit-scrollbar,
      .post .post-header .chip-section .chip-categories::-webkit-scrollbar {
        display: none; }
      .single-post .post-header .chip-section .chip-categories .chip a,
      .post .post-header .chip-section .chip-categories .chip a {
        width: max-content; } }

.mb-6 {
  margin-bottom: 25px !important; }

.arbinger-assesment {
  margin-top: 150px; }
  .arbinger-assesment__list .reverse .arbinger-section-content {
    margin-left: 90px; }
  .arbinger-assesment__list .arbinger-section-content {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    margin-left: auto;
    margin-right: 90px; }
    .arbinger-assesment__list .arbinger-section-content p {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #374a5b;
      margin-bottom: 32px; }
    .arbinger-assesment__list .arbinger-section-content a {
      margin-top: 40px;
      width: fit-content; }
    .arbinger-assesment__list .arbinger-section-content .arbinger-section-button {
      background: #00a6e2;
      cursor: pointer; }
      .arbinger-assesment__list .arbinger-section-content .arbinger-section-button:hover {
        background: #0082be; }
  .arbinger-assesment__list .arbinger-section-image .arbinger-section-after-image {
    background-repeat: no-repeat;
    background-size: cover; }

@media only screen and (max-width: 768px) {
  .arbinger-assesment {
    margin-top: 70px; }
    .arbinger-assesment__list {
      padding: 0 20px; }
      .arbinger-assesment__list .reverse .arbinger-section-content {
        margin: unset; }
      .arbinger-assesment__list .arbinger-section-content {
        margin: unset; } }

.success-post .arbinger-card,
.success-template .arbinger-card {
  bottom: unset;
  padding-left: unset;
  justify-content: center; }
  .success-post .arbinger-card__content,
  .success-template .arbinger-card__content {
    justify-content: center; }
  .success-post .arbinger-card__title h2,
  .success-template .arbinger-card__title h2 {
    margin-top: unset; }
  .success-post .arbinger-card__logo_wrapper,
  .success-template .arbinger-card__logo_wrapper {
    width: 125px; }
  .success-post .arbinger-card .wistia-image,
  .success-template .arbinger-card .wistia-image {
    height: 100%; }
    .success-post .arbinger-card .wistia-image img,
    .success-template .arbinger-card .wistia-image img {
      object-fit: cover;
      height: 100%; }

.success-template .col-2 .arbinger-card,
.success-template .col-3 .arbinger-card,
.success-post .col-2 .arbinger-card,
.success-post .col-3 .arbinger-card {
  justify-content: flex-end; }
  .success-template .col-2 .arbinger-card__content,
  .success-template .col-3 .arbinger-card__content,
  .success-post .col-2 .arbinger-card__content,
  .success-post .col-3 .arbinger-card__content {
    justify-content: space-between; }
  .success-template .col-2 .arbinger-card__wrapper,
  .success-template .col-3 .arbinger-card__wrapper,
  .success-post .col-2 .arbinger-card__wrapper,
  .success-post .col-3 .arbinger-card__wrapper {
    padding-left: 40px;
    height: 100%;
    justify-content: flex-end;
    z-index: 2;
    position: relative; }
  .success-template .col-2 .arbinger-card__title h2,
  .success-template .col-3 .arbinger-card__title h2,
  .success-post .col-2 .arbinger-card__title h2,
  .success-post .col-3 .arbinger-card__title h2 {
    margin-top: unset; }
  .success-template .col-2 .arbinger-card__logo_wrapper,
  .success-template .col-3 .arbinger-card__logo_wrapper,
  .success-post .col-2 .arbinger-card__logo_wrapper,
  .success-post .col-3 .arbinger-card__logo_wrapper {
    z-index: 2;
    width: 125px; }

.success-template .col-2 .wistia-image,
.success-template .col-3 .wistia-image,
.success-post .col-2 .wistia-image,
.success-post .col-3 .wistia-image {
  width: 100%;
  position: absolute; }
  .success-template .col-2 .wistia-image img,
  .success-template .col-3 .wistia-image img,
  .success-post .col-2 .wistia-image img,
  .success-post .col-3 .wistia-image img {
    object-fit: cover;
    width: 100%; }

.success-template .post-thumbnail-section,
.success-post .post-thumbnail-section {
  width: 1092px;
  height: 576px;
  margin: 0 auto; }

@media (max-width: 1128px) {
  .success-template .post-thumbnail-section,
  .success-post .post-thumbnail-section {
    width: 100%;
    padding: 0 40px; } }

.success-template .w-bottom-bar {
  display: block !important; }

.success-template .arbinger-card .arbinger-card__logo_wrapper {
  top: unset; }

.success-template .post-header__categories {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px; }
  @media (max-width: 767px) {
    .success-template .post-header__categories {
      padding: 24px; } }

@media screen and (max-width: 782px) {
  .success-template .arbinger-card__wrapper {
    padding-left: 15px !important; } }

.single-post .post-thumbnail img,
.post .post-thumbnail img {
  object-fit: cover;
  width: 100%; }

.ol-hero-image {
  object-position: 50% 50% !important; }

.op-hero-image {
  object-position: 50% 20% !important; }

.oi-hero-image {
  object-position: 50% 45% !important; }

.chip {
  box-sizing: border-box;
  padding: 9px 24px 10px;
  background: #fff;
  border: 1px solid #dce1e4;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 37px;
  transition: border 0.2s ease-in-out;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.12);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  color: #374a5b; }
  .chip a,
  .chip span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    color: #374a5b;
    cursor: pointer;
    width: max-content; }
  .chip__icon {
    cursor: pointer;
    padding: 10px;
    height: 40px;
    width: 40px; }
    .chip__icon i {
      color: #728595;
      font-size: 14px;
      line-height: 24px; }
  .chip__copy, .chip__print {
    position: relative; }
    .chip__copy:hover::before, .chip__print:hover::before {
      z-index: 5;
      padding: 0 5px;
      position: absolute;
      width: max-content;
      height: 30px;
      top: 50px;
      background: #fff;
      border: 1px solid #dce1e4;
      border-radius: 3px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      transition: 0.2s ease-in-out;
      box-shadow: 0 2px 24px rgba(0, 0, 0, 0.12);
      box-sizing: content-box; }
    .chip__copy:hover::after, .chip__print:hover::after {
      z-index: 10;
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      transition: 0.2s ease-in-out;
      border-style: solid;
      border-width: 0 12px 12px 12px;
      border-color: transparent transparent #fff transparent; }
  .chip:has(span):hover {
    border: 2px solid #00a6e2; }
  .chip__active {
    background: #103454; }
    .chip__active a,
    .chip__active span {
      color: #fff; }

.chip-categories {
  position: relative; }
  .chip-categories .chip {
    border-radius: 50px; }

.scroll_wrapper .scroll_category__wrapper {
  display: none; }

.chip__copy:hover::before {
  content: "Copy link!"; }

.chip__copy.copied:hover::before {
  content: "Copied!"; }

.chip__print:hover::before {
  content: "Download page!"; }

.chip__print.printed:hover::before {
  content: "Downloaded!"; }

@media only screen and (max-width: 768px) {
  .scroll_wrapper {
    overflow: hidden;
    position: relative; }
    .scroll_wrapper .scroll_category__wrapper {
      display: block;
      position: absolute;
      height: 100%;
      width: max-content;
      z-index: 10;
      right: -3px; }
      .scroll_wrapper .scroll_category__wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 100%;
        background: linear-gradient(270.4deg, #fff 0.39%, rgba(255, 255, 255, 0.677083) 64.53%, rgba(255, 255, 255, 0) 99.7%); }
    .scroll_wrapper #scroll_category {
      width: 30px;
      height: 30px;
      background-color: #f1f3f5;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      right: 5px;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 50%; } }

.author_info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px; }
  .author_info .author__image {
    width: 36px;
    height: 36px; }
    .author_info .author__image img {
      width: inherit;
      height: inherit;
      border-radius: 50%;
      object-fit: fill; }
  .author_info .author__description {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 14px;
    color: #4f677a; }
  .author_info .author__date {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #728595; }

.blog-banner {
  background: #b1d3b7;
  background: linear-gradient(142deg, #b1d3b7 45%, #5ca369 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 820px;
  width: 100%;
  z-index: -10; }
  .blog-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media screen and (max-width: 767px) {
  .blog-banner {
    max-height: 400px;
    background: unset;
    position: relative; } }

.newsletter form {
  max-width: 550px;
  position: relative; }
  .newsletter form .hs_submit {
    position: absolute;
    right: 0;
    top: 0; }

.newsletter .hs-button.primary.large {
  outline: none;
  border: none; }

.newsletter #hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs-input {
  margin: 0;
  width: 100%; }

.newsletter #hsForm_762b8c62-96ba-4142-99a1-f891712c307f ul {
  padding-inline-start: 0;
  margin-bottom: 0;
  list-style-type: none; }

.newsletter .hs-email label {
  display: none; }

.newsletter .hs-email .hs-error-msg {
  display: block;
  color: #721c24; }

.newsletter .form-columns-1:has(.legal-consent-container) {
  order: 5;
  width: 100%; }

.newsletter .hs-form-booleancheckbox-display {
  display: flex;
  margin-top: 10px; }

.newsletter .hs-form-booleancheckbox-display input {
  accent-color: #00a6e2;
  border: 1px solid #dce1e4;
  background-color: #fff;
  height: 20px;
  width: 27px !important;
  position: relative;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.newsletter .hs-form-booleancheckbox-display input:checked::after {
  background-color: #0094d0;
  content: "\2713";
  color: #fff;
  padding-left: 3px;
  line-height: 1.2;
  position: absolute;
  height: 20px;
  width: 20px; }

.newsletter .hs-form-booleancheckbox-display span {
  color: #374a5b;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px; }

.newsletter .hs-form-booleancheckbox-display a {
  color: inherit;
  text-decoration: underline; }

.newsletter .hs_error_rollup {
  order: 6;
  display: block;
  width: 100%; }

.newsletter .hs_error_rollup label {
  color: #721c24; }

.newsletter .legal-consent-container {
  margin-top: 10px; }

.newsletter .hs-error-msg,
.newsletter .hs-error-msgs {
  font-size: 12px; }

.newsletter .newsletter .form-rounded,
.newsletter .hs-email input {
  border-radius: 40px;
  height: 64px;
  width: 585px;
  padding: 23px 32px;
  background: #fff;
  border: 1px solid #dce1e4; }

.newsletter #hsForm_762b8c62-96ba-4142-99a1-f891712c307f .button,
.newsletter #hsForm_762b8c62-96ba-4142-99a1-f891712c307f .hs-button.primary.large {
  padding: 18px 48px !important;
  gap: 10px;
  background: #00a6e2;
  border-radius: 50px;
  flex: none;
  order: 1;
  flex-grow: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  height: 64px !important; }

.newsletter .button:hover {
  background-color: #0082be; }

@media only screen and (max-width: 768px) {
  .newsletter form {
    width: 100%;
    max-width: 100%; }
  .newsletter .hs_email {
    width: 100%;
    max-width: 100%; }
  .newsletter .hs-button {
    width: 100%; } }

.hs-form-private .hs-input.invalid {
  border: 1px solid #f00 !important; }

.hs-form-private .hs_error_rollup label,
.hs-form-private .hs-error-msg {
  color: #f00;
  font-size: 12px; }

.container__blog {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }

.statistics-block {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%; }

.col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px; }
  @media (max-width: 1440px) {
    .col-3 {
      grid-template-columns: 1fr 1fr; } }

.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px; }
  .col-2 .arbinger-card {
    bottom: unset !important; }

@media screen and (max-width: 1150px) {
  .col-2,
  .col-3 {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 1015px) {
  .col-2,
  .col-3 {
    grid-template-columns: 1fr; } }

@media screen and (max-width: 782px) {
  .col-2,
  .col-3 {
    grid-template-columns: minmax(100%, 1fr); } }

.post .card,
.single-post .card {
  max-height: 475px;
  display: flex;
  flex-direction: column;
  border: 2px solid #dce1e4;
  border-radius: 5px; }
  .post .card .card-image,
  .single-post .card .card-image {
    display: flex;
    align-items: flex-end;
    height: 240px;
    position: relative; }
    .post .card .card-image img,
    .single-post .card .card-image img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .post .card .card-image .card-badges,
    .single-post .card .card-image .card-badges {
      z-index: 10;
      padding-left: 30px;
      padding-bottom: 12px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 8px; }
      .post .card .card-image .card-badges .chip,
      .single-post .card .card-image .card-badges .chip {
        padding: 10px 14px; }
        .post .card .card-image .card-badges .chip i,
        .single-post .card .card-image .card-badges .chip i {
          color: #728595;
          margin-right: 10px; }
  .post .card .card-body,
  .single-post .card .card-body {
    padding: 30px 40px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .post .card .card-body h3,
    .single-post .card .card-body h3 {
      margin: 0;
      font-family: Lora;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 27px;
      color: #374a5b; }
    .post .card .card-body p,
    .single-post .card .card-body p {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 21px;
      color: #4f677a;
      margin: 12px 0 24px; }
  .post .card .card-link,
  .single-post .card .card-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color: #00a6e2;
    cursor: pointer; }
    .post .card .card-link img,
    .single-post .card .card-link img {
      margin-left: 8px; }

.arbinger_events_container {
  margin-top: 150px; }
  .arbinger_events_container .card {
    max-height: 600px;
    display: flex;
    flex-direction: column;
    border: 2px solid #dce1e4;
    border-radius: 5px; }
    .arbinger_events_container .card .card-image {
      display: flex;
      align-items: flex-end;
      height: 290px;
      position: relative; }
      .arbinger_events_container .card .card-image img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top; }
      .arbinger_events_container .card .card-image .card-badges {
        z-index: 10;
        padding-left: 30px;
        padding-bottom: 12px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px; }
        .arbinger_events_container .card .card-image .card-badges .chip {
          padding: 10px 14px; }
          .arbinger_events_container .card .card-image .card-badges .chip i {
            color: #728595;
            margin-right: 10px; }
    .arbinger_events_container .card .card-body {
      padding: 30px 40px 40px;
      max-height: 250px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (max-width: 444px) {
        .arbinger_events_container .card .card-body {
          padding: 20px 13px 25px; } }
      .arbinger_events_container .card .card-body h3 {
        margin: 0;
        font-family: Lora;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 27px;
        color: #374a5b; }
      .arbinger_events_container .card .card-body p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        color: #4f677a; }
      @media (max-width: 444px) {
        .arbinger_events_container .card .card-body .card-content .card-title {
          font-size: 20px;
          line-height: 23px; } }
    .arbinger_events_container .card .card-link {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      font-size: 13px;
      line-height: 21px;
      color: #00a6e2;
      cursor: pointer; }
      .arbinger_events_container .card .card-link img {
        margin-left: 8px; }

.header__presection {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 39px;
  line-height: 42px;
  margin: 55px 0;
  color: #374a5b; }

.header_sm-title {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 27px;
  color: #4f677a; }

.header_lg-title,
.assessment-title {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 75px;
  color: #374a5b; }

@media only screen and (max-width: 500px) {
  .assessment-title {
    font-size: 45px; } }

.text-subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  color: #374a5b;
  max-width: 600px; }

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

.link_back {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  color: #00a6e2;
  cursor: pointer; }
  .link_back img {
    margin-right: 8px; }

.mt-100 {
  margin-top: 100px; }

.pagination {
  margin: auto;
  width: max-content;
  min-width: 250px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: 65px; }
  .pagination span,
  .pagination a {
    padding: 10px 10px 10px 8px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #dce1e4;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    display: flex;
    color: #4f677a; }
    .pagination span:hover,
    .pagination a:hover {
      cursor: pointer;
      background: #dce1e4; }
  .pagination .page-numbers.current {
    background: #103454;
    color: #fff; }

.chip-container {
  display: flex; }
  .chip-container .search-container {
    display: none; }
  @media only screen and (max-width: 768px) {
    .chip-container .show-search-container #search-icon {
      transform: translateX(0); } }
  .chip-container form {
    display: flex;
    flex-direction: row;
    background: #fff;
    border: 1px solid #b8c2ca;
    border-radius: 50px; }
    .chip-container form label {
      padding-left: 15px; }
    .chip-container form input {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 500;
      font-size: 11px;
      display: flex;
      align-items: center;
      border: none;
      outline: none !important; }
    .chip-container form .chip {
      border-radius: 50px;
      border: none; }

#fc {
  font-family: Montserrat !important; }

#fc p,
#fc input,
#fc button,
#fc span,
#fc a,
#fc table,
#fc table *,
#fc div,
#fc address,
#fc li,
#fc ul {
  font-family: Montserrat !important; }

[data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action {
  background: #00a6e2 !important; }

[data-fc-sidecart] #fc-cart {
  background-color: #f1f3f5 !important; }

[data-fc-sidecart] .fc-sidebar--cart {
  background-color: #f1f3f5 !important; }

div[data-fc-sidecart] {
  background-color: #f1f3f5 !important;
  font-family: Montserrat !important; }

#fc .fc-action--checkout--button {
  background: #00a6e2 !important;
  border-color: #00a6e2 !important;
  text-shadow: none; }

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-style: normal !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 19px !important;
  color: #4f677a !important; }

#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  font-style: normal !important;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 19px !important;
  color: #0094d0 !important; }

@media (min-width: 751px) {
  #hs-banner-parent div#hs-eu-cookie-confirmation {
    left: 2%;
    transform: translate(-100%);
    -webkit-transform: translate3d(0%, 0, 3000000000px) !important;
    max-width: 550px; }
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
    margin-right: unset;
    justify-content: center;
    gap: 10px;
    flex-flow: row !important; }
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area button {
    width: 50%;
    margin: 0 !important;
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #00a6e2 !important;
    border-width: 2px !important; }
  #hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area #hs-eu-confirmation-button {
    color: #fff !important; } }

@media (max-width: 751px) {
  #hs-banner-parent div#hs-eu-cookie-confirmation {
    width: 97%; } }

.search-container h2 {
  color: var(--Arbinnger-Gray-700, #374a5b);
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  /* 115% */ }

#arbinger-event-table .event-item {
  display: grid;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #dce1e4 !important;
  background: #fff; }
  #arbinger-event-table .event-item:hover {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16); }
  #arbinger-event-table .event-item .event_list_title {
    width: max-content; }
  #arbinger-event-table .event-item .chip {
    box-shadow: unset !important;
    width: max-content; }

#arbinger-event-table .td-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px; }
  @media (max-width: 1024px) {
    #arbinger-event-table .td-cell {
      flex-direction: column; } }

@media (max-width: 1024px) {
  #arbinger-event-table .action-wrap {
    flex-direction: column; } }

#arbinger-event-table .td-wrap {
  gap: 30px; }
  #arbinger-event-table .td-wrap .event-content {
    width: 500px; }
    @media (max-width: 1270px) {
      #arbinger-event-table .td-wrap .event-content {
        width: 100%; } }
    @media (max-width: 1024px) {
      #arbinger-event-table .td-wrap .event-content {
        width: 100%; } }
  @media (max-width: 1024px) {
    #arbinger-event-table .td-wrap {
      flex-direction: column; } }

.webinars-list {
  display: grid;
  gap: 24px;
  row-gap: 56px;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 1024px) {
    .webinars-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .webinars-list {
      grid-template-columns: repeat(1, 1fr); } }
  .webinars-list .webinar-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid var(--Arbinnger-Gray-200, #dce1e4);
    background: var(--General-White, #fff); }
    .webinars-list .webinar-card h3,
    .webinars-list .webinar-card p {
      margin: unset;
      padding: 0; }
    .webinars-list .webinar-card .card-header {
      display: flex;
      flex-direction: column;
      position: relative; }
      .webinars-list .webinar-card .card-header .card-chip {
        display: flex;
        position: absolute;
        bottom: 12px;
        left: 33.1px;
        gap: 8px; }
        .webinars-list .webinar-card .card-header .card-chip .location-date {
          border-radius: 3px;
          background: #fff;
          box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
          z-index: 1;
          padding: 10px 14px;
          align-items: flex-start;
          display: flex;
          gap: 10px;
          color: var(--Arbinnger-Gray-700, #374a5b);
          font-family: Montserrat;
          font-size: 11px;
          font-style: normal;
          font-weight: 500;
          line-height: normal; }
    .webinars-list .webinar-card .card-content {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      padding: 30px 40px 40px 40px;
      align-items: flex-start;
      align-self: stretch; }
      .webinars-list .webinar-card .card-content h3 {
        margin-bottom: 12px; }
        .webinars-list .webinar-card .card-content h3 a {
          color: var(--Arbinnger-Gray-700, #374a5b);
          font-family: Lora;
          font-size: 26px;
          font-style: normal;
          font-weight: 500;
          line-height: 27px;
          /* 103.846% */ }
      .webinars-list .webinar-card .card-content p {
        opacity: 0.8;
        flex-grow: 1;
        color: var(--Arbinnger-Gray-500, #4f677a);
        font-family: Montserrat;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        /* 140% */ }
      .webinars-list .webinar-card .card-content a.learn-more {
        margin-top: 24px;
        color: var(--Arbinger-Blue-500, #00a6e2);
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        /* 161.538% */ }
        .webinars-list .webinar-card .card-content a.learn-more:hover {
          text-decoration: underline; }

.event-card {
  border-radius: 5px;
  color: #fff;
  max-width: 1061px;
  margin: 0 auto;
  display: flex;
  padding: 64px 110px 40px 80px;
  align-items: flex-start;
  gap: 40px;
  flex-shrink: 0; }
  @media (max-width: 1024px) {
    .event-card {
      padding: 40px 80px 40px 40px;
      width: 770px; } }
  @media (max-width: 768px) {
    .event-card {
      display: block;
      padding: 30px;
      width: 100%; } }
  .event-card img {
    border-radius: 8px; }
  .event-card .event-subheading {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .event-card .event-name {
    font-size: 2rem;
    margin: 10px 0; }
  .event-card .event-description {
    font-size: 1rem;
    margin-bottom: 15px; }
  .event-card .event-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 32px; }
    .event-card .event-details span {
      display: flex;
      align-items: center;
      border-radius: 50px;
      border: 1px solid var(--Arbinnger-Gray-200, #dce1e4);
      background: var(--General-White, #fff);
      color: var(--Arbinger-Blue-1100, #103454);
      padding: 12px 20px;
      justify-content: center;
      gap: 10px;
      font-family: Montserrat;
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
      line-height: 21px;
      /* 161.538% */ }
  .event-card .event-register-btn {
    margin-top: 32px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 50px;
    color: #fff;
    /* Depth 2 */
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    padding: 18px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px; }
    @media (max-width: 768px) {
      .event-card .event-register-btn {
        width: 100%; } }
    .event-card .event-register-btn:hover {
      background-color: #df970e; }
  .event-card .oi {
    background: #a5519f !important; }
  .event-card .ol {
    background: var(--Saffron-500, #f2ae2e) !important; }
  .event-card .op {
    background: var(--Shamrock-500, #7ec16a) !important; }

.lsd-cover {
  right: 6%;
  bottom: -54%;
  z-index: 9; }

@media (max-width: 1640px) {
  .lsd-cover {
    right: 8%;
    bottom: -34%;
    width: 800px; } }

@media (min-width: 1640px) {
  .lsd-cover {
    right: 8%;
    bottom: -34%;
    width: 800px; }
  .lsd-cover figure img {
    width: 800px !important; } }

@media (max-width: 1440px) {
  .lsd-cover {
    right: 0%;
    bottom: -34%;
    width: 800px; } }

@media (max-width: 1280px) {
  .lsd-cover {
    right: 3%;
    bottom: -11%;
    width: 500px; } }

@media (max-width: 1080px) {
  .lsd-cover {
    right: 3%;
    bottom: -11%;
    width: 400px; } }

.show-on-mobile {
  display: none; }

@media (max-width: 1067px) {
  .lsd-cover {
    position: relative !important;
    bottom: 0;
    left: -50px; }
  .hide-on-mobile {
    display: none; }
  .show-on-mobile {
    display: block; } }

.testimonial-cell {
  position: absolute; }

.opacity-0 {
  opacity: 0; }

.scale-0 {
  scale: 0; }

.counter-bg {
  position: relative; }
  .counter-bg::before {
    content: '';
    background-image: url("/wp-content/uploads/2024/06/bg-countdown-top.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 16.25%; }
  .counter-bg::after {
    content: '';
    background-image: url("/wp-content/uploads/2024/06/bg-countdown-bottom.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 16.25%; }

.offer-max-width {
  max-width: 453px !important; }

@media only screen and (min-width: 968px) and (max-width: 1280px) {
  .flex-direction-column {
    flex-direction: column !important; }
  .justify-center {
    justify-content: center !important; }
  .padding-top-40 {
    padding-top: 40px !important; }
  .max-w-full {
    max-width: 100% !important; }
  .px-24 {
    padding-right: 24px !important;
    padding-left: 24px !important; }
  .pr-24 {
    padding-right: 24px !important; }
  .lg-d-none {
    display: none; }
  .lg-d-flex {
    display: flex !important; } }

@media only screen and (min-width: 1281px) {
  .xl-d-none {
    display: none !important; } }

@media only screen and (max-width: 505px) {
  .offer-drop-height-469 {
    min-height: 469px !important; }
  .offer-drop-max-width-345 {
    max-width: 345px !important; }
  .lsd-cover {
    width: 300px; } }

@media (min-width: 767px) {
  .flickity-page-dots {
    display: none !important; } }

.orange-graphic {
  bottom: 0; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
#wistia_87 .big_play_button_graphic {
  display: none !important; }

.arbinger-assesment__list {
  gap: 0 !important; }
  @media (max-width: 1024px) {
    .arbinger-assesment__list .reverse .arbinger-section-content {
      margin: unset;
      padding: 40px; } }
  @media (max-width: 768px) {
    .arbinger-assesment__list .reverse .arbinger-section-content {
      padding: 24px; } }
  @media (max-width: 1440px) {
    .arbinger-assesment__list .arbinger-section-content {
      margin: 0 0 0 80px; } }
  @media (max-width: 1024px) {
    .arbinger-assesment__list .arbinger-section-content {
      padding: 40px;
      margin: unset; } }
  @media (max-width: 768px) {
    .arbinger-assesment__list .arbinger-section-content {
      padding: 24px; } }

.hs_zoominfo_company_billing_country__c,
.hs_numberofemployees,
.hs_zoominfo_company_sub_industry__c,
.hs_industry,
.hs_zoominfo_company_naics_code__c,
.hs_lead_source__most_recent_,
.hs_state {
  visibility: hidden;
  height: 0; }

.dummy-class {
  display: none; }

.webinar-subheading {
  margin: 0;
  padding: 0;
  color: var(--Arbinnger-Gray-700, #374a5b);
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  /* 115% */ }

.arbinger-events-heading {
  color: var(--Arbinnger-Gray-700, #374a5b);
  text-align: center;
  font-family: Lora;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  /* 115% */ }

.max-800w {
  max-width: 800px;
  margin: auto;
  padding-bottom: 32px; }
  @media (max-width: 1024px) {
    .max-800w {
      max-width: 100%; } }

.arbinger-events-p {
  color: var(--Arbinnger-Gray-700, #374a5b);
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */ }

@media screen and (min-width: 481px) {
  .hly-hub-embed .hly-hub-tile {
    width: 400px !important;
    height: 400px !important; } }

.hly-hub-embed .hly-hub-tile .hub-tile-content .hub-tile-content-title {
  color: var(--Arbinnger-Gray-700, #374a5b) !important;
  font-family: Lora !important;
  font-size: 26px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 27px !important; }

.hly-hub-embed .hly-hub-tile .article span {
  color: var(--Arbinger-Blue-500, #00a6e2) !important;
  font-family: Montserrat !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 21px !important; }

.marqueeAnimation[data-reverse="true"] {
  transform: rotate(180deg); }
  .marqueeAnimation[data-reverse="true"] .slick-slide {
    transform: rotate(180deg); }

.chilipiper-popup-loading::after {
  display: block;
  margin-top: 100px !important;
  margin-left: -170px;
  color: #fff;
  width: 600px !important;
  content: "Thank you, we're matching you to the right person"; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.block-editor-block-list__layout .absolute {
  position: relative !important; }
