@charset "UTF-8";
/** Generated by FG **/
@import url("https://p.typekit.net/p.css?s=1&k=usz0ztd&ht=tk&f=24547&a=6495120&app=typekit&e=css");

@font-face {
  font-family: 'Poppins';
  src: url("/hc/theming_assets/01JR54DTN4QPF8XAYN8ZCJCS2J");
  src: local("☺"), url("/hc/theming_assets/01JR54DTN4QPF8XAYN8ZCJCS2J") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url("/hc/theming_assets/01JR54DP3J0H5XX416YC3BGA4F");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/hc/theming_assets/01JVW6EP6Q304VXFSPP1PN05MN");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'PoppinsBold';
  src: url("/hc/theming_assets/01JR54DV2CQA3ZK2N93BQF34V2") format("truetype");
  /*   src: local("☺"), url("/hc/theming_assets/01JR54DX896D6F4A62QMPSC0AM") format("woff"), url("/hc/theming_assets/01JR54DWJG2VSGNAEN5EPFV2QS") format("truetype"), url("/hc/theming_assets/01JR54DSX1X7YWYZ1C91MJ7XZR") format("svg"); */
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PoppinsMedium';
  src: url("/hc/theming_assets/01JR54DQ1QC6ZT6G61NDJ0EG6K") format("truetype");
  /*   src: local("☺"), url("/hc/theming_assets/01JR54DX896D6F4A62QMPSC0AM") format("woff"), url("/hc/theming_assets/01JR54DWJG2VSGNAEN5EPFV2QS") format("truetype"), url("/hc/theming_assets/01JR54DSX1X7YWYZ1C91MJ7XZR") format("svg"); */
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins SemiBold';
  src: url("/hc/theming_assets/01JR54DT40YRCYD8VDV9YBYG4S") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SofiaProBold';
  src: url("/hc/theming_assets/01JR54DK5HPRZYDT0R3CB2WGYA");
  src: local("☺"), url("/hc/theming_assets/01JR54DX896D6F4A62QMPSC0AM") format("woff"), url("/hc/theming_assets/01JR54DWJG2VSGNAEN5EPFV2QS") format("truetype"), url("/hc/theming_assets/01JR54DSX1X7YWYZ1C91MJ7XZR") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SofiaPro';
  src: url("/hc/theming_assets/01JR54DVCKPJM1DQYRAB9N6VS8");
  src: local("☺"), url("/hc/theming_assets/01JR54DW5NYVS8650XP11NQP83") format("woff"), url("/hc/theming_assets/01JR54DSTZT67CT8KB2RKZKK4T") format("truetype"), url("/hc/theming_assets/01JR54DX1GG75ZXVEMZPRK70WM") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "sofia-pro";
  src: url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?primer=81a69539b194230396845be9681d114557adfb35f4cccc679c164afb4aa47365&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  padding-bottom: 0 !important;
}

body.no-scroll {
  overflow: hidden;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 72px;
  z-index: 9999;
}

header.with-shadow .header-menu__content,
.mobile-nav-open .header-menu--mobile .header-menu__content {
  box-shadow: 0px 18px 30px rgba(0,0,0,0.025);
}

header .header-menu__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  width: 100%;
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
  z-index: 556;
}

header .header-menu .logo {
  margin-right: 16px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.header-navbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
}

.header-navbar .navbar-nav,
.header-navbar .navbar-nav-inner {
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}

.header-navbar__left-side,
.header-navbar__right-side,
.header-navbar__button-wrapper,
.header-navbar .navbar-nav,
.header-navbar .navbar-nav > .nav-item {
  height: 100%
}

.header-navbar__left-side {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-navbar .nav-item {
  color: #323338;
}

.header-navbar .nav-item--dropdown {
  color: #535768;
}

.header-navbar .icon-arrow {
  height: 8px;
  width: 8px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 200ms ease;
  -webkit-transition: transform 200ms ease;
  transition: transform 200ms ease;
  fill: #000;
}

.header-navbar .nav-item:hover {
  color: #595ad4;
}

.header-navbar .nav-item-title {
  color: inherit;
  text-decoration: none;
  transition: color 200ms ease;
}

.header-navbar .nav-item:hover .icon-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #595ad4;
}

.header-navbar .navbar-nav > .nav-item > .nav-item-title {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 16px;
}

.header-navbar .dropdown-content {
  display: none;
}

.header-navbar__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 32px;
}

.header-navbar__button-wrapper .navbar-btn {
  height: 40px;
  min-width: 130px;
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  padding: 7px 16px 9px;
  background-color: #4353FF;
  color: #fff;
  border-radius: 40px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.header-navbar__button-wrapper .navbar-btn:hover {
  text-decoration: none;
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.header-navbar__button-wrapper .navbar-btn__arrow svg {
  height: 10px;
  width: auto;
  margin-left: 8px;
  vertical-align: baseline;
  fill: #fff;
}

header .header-menu--mobile,
.hamburger-menu-wrapper {
  display: none;
}

.simpo-search-query-input.simpo-input {
  height: 30px;
}

.dropdown-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: transparent;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.dropdown-overlay.visible {
  top: 72px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0.1);
}

.community-enabled .dropdown-overlay.visible {
  top: 122px;
}

.nav-item__dropdown-content {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.03) 0 18px 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.community-enabled .nav-item__dropdown-content {
  top: 122px;
}

.nav-item--dropdown.open .nav-item__dropdown-content {
  visibility: visible;
  opacity: 1;
}

.dropdowm-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 16px 32px;
}

.dropdowm-item {
  height: 156px;
  width: 20%;
}

.dropdowm-item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding: 0 10px;
  text-decoration: none;
  color: rgb(51, 51, 51);
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.dropdowm-item__link:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
  background-color: rgb(229, 244, 255);
}

.dropdowm-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdowm-item__icon {
  margin-right: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dropdowm-item__title {
  font-family: 'sofia-pro', sans-serif;
  line-height: 1.15;
}

.dropdowm-item__desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(103, 104, 121);
}

@media only screen and (max-width: 1440px) {
  .dropdowm-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1025px) {
  header .header-menu--desktop {
    display: none;
  }

  header .header-menu--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hamburger-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .hamburger-menu-wrapper .hamburger-menu {
    position: relative;
    width: 28px;
    height: 36px;
    margin-right: 8px;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
  }

  .hamburger-menu-line {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #333;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .hamburger-menu-line:nth-child(1) {
    top: 8px;
  }

  .hamburger-menu-line:nth-child(2),
  .hamburger-menu-line:nth-child(3) {
    top: 17px;
  }

  .hamburger-menu-line:nth-child(4) {
    top: 26px;
  }

  .mobile-nav-open .hamburger-menu-line:nth-child(1),
  .mobile-nav-open .hamburger-menu-line:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .mobile-nav-open .hamburger-menu-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-nav-open .hamburger-menu-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-nav-wrapper {
    position: fixed;
    top: 71px;
    left: 0;
    opacity: 0;
    height: calc(100% - 71px);
    width: 100%;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: opacity 300ms ease, visibility 300ms ease;
    transition: opacity 300ms ease, visibility 300ms ease;
    z-index: 555;
  }

  .community-enabled .mobile-nav-wrapper {
    top: 121px;
    height: calc(100% - 121px);
  }

  .mobile-nav-open .mobile-nav-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav {
    font-family: "sofia-pro", sans-serif;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 32px 80px;
    overflow: auto;
  }

  .mobile-nav-item {
    color: #535768;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
  }

  .mobile-nav-item-title {
    height: 70px;
    font-size: 20px;
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .mobile-nav-item-title:hover,
  .mobile-sub-nav-item-title:hover {
    color: inherit;
    text-decoration: none;
  }

  .mobile-nav-item--accordion .icon-arrow {
    margin-top: 5px;
    margin-left: 8px;
    height: 10px;
    width: 10px;
    -webkit-transition: -webkit-transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    transition: transform 400ms ease;
    fill: #000;
  }

  .mobile-nav-item--accordion.open .mobile-nav-item-title {
    color: #595ad4;
  }

  .mobile-nav-item--accordion.open .icon-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #595ad4;
  }

  .mobile-sub-nav {
    display: none;
  }

  .mobile-sub-nav-item {
    opacity: 0;
  }

  .mobile-sub-nav-item:last-child {
    margin-bottom: 25px;
  }

  .mobile-nav-item--accordion.open .mobile-sub-nav-item {
    opacity: 1;
  }

  .mobile-sub-nav-item-title {
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .download-btn-wrap {
    margin-top: 32px;
    text-align: center;
  }

  .download-btn img {
    vertical-align: top;
  }
}

@media only screen and (max-width: 991px) {
  header .header-menu .header-menu-mobile {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    top: 60px;
    background-color: #ff0476;
    padding-top: 24px;
  }
  header .header-menu .header-menu-mobile .menu-links {
    text-align: center;
  }
  header .header-menu .header-menu-mobile .menu-links a {
    font-family: 'SofiaPro';
    font-weight: bold;
    font-size: 24px;
    margin: 16px 0;
    display: block;
    color: #ffffff;
  }
  header .header-menu .header-menu-mobile .menu-links a:hover {
    text-decoration: none;
  }
  header .header-menu .header-menu-mobile .download-app {
    margin: 24px auto 0;
    width: 45vw;
    max-width: 200px;
    position: relative;
  }
  header .header-menu .header-menu-mobile .download-app:before, header .header-menu .header-menu-mobile .download-app:after {
    content: '';
    background: url("/hc/theming_assets/01JR54DJHE92GJ73RCCE3K73E5") no-repeat center;
    background-size: contain;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  header .header-menu .header-menu-mobile .download-app:before {
    left: 0;
    -webkit-transform: translateX(-100%) rotate(180deg);
    -ms-transform: translateX(-100%) rotate(180deg);
    transform: translateX(-100%) rotate(180deg);
  }
  header .header-menu .header-menu-mobile .download-app:after {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  header .header-menu .header-menu-mobile.open {
    display: block;
  }
}


/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: $ color_5;
  font-size: 16px;
}

body {
  color: $ color_3;
  font-family: "Roboto", $ font_1;
  font-size: 16px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}

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

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: $ color_4;
  font-family: "Roboto", $ font_2;
  text-decoration: none;
  font-weight: 300;
}

a:hover {
  text-decoration: underline;
}

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

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

[dir=rtl] table {
  text-align: right;
}

td, th {
  border-color: #eee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  text-align: inherit;
}

td {
  border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 400;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.1rem;
}

h3 {
  font-size: 1.9rem;
}

p, ul li, ol li {
  font-size: 1rem;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #999;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

/* Buttons */
button, [role=button]:not(svg), [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #ddd;
  color: $ color_4;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  color: #fff;
  padding: 10px 30px;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: .4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

[dir=rtl] button img, [dir=rtl] [role=button] img {
  margin: 0 0 0 5px;
}

/* related-articles */
.related-articles {
  font-size: 16px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.related-articles h3 {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.related-articles ul {
  list-style: disc;
  color: #efefef;
}

.related-articles ul li {
  margin-left: 25px;
}

.related-articles ul li a {
  font-size: 0.9rem;
  font-weight: 300;
}

/* promoted-articles */
.promoted-articles {
  background: #fff;
  border-radius: 5px;
  max-width: 960px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
}

.promoted-articles h3 {
  padding-left: 10px;
  padding-top: 0;
  color: #333;
}

.promoted-articles h3 .featured-bolt {
  color: #F4CF26;
}

.homepage-featured {
  font-weight: 200;
}

.promoted-articles ul {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
  margin-left: 10px;
  list-style-type: disc;
  color: #ddd;
}

.promoted-articles ul li {
  float: left;
  width: 33.2%;
  list-style-position: inside;
  max-height: 22px;
  overflow: hidden;
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 18px;
  padding-right: 10px;
}

.promoted-articles ul li a {
  font-weight: 300;
  font-size: 1rem;
}

/* Forms */
.form {
  max-width: 505px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #bebebe;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form-field input.partialcreditcardfield {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9JREFUOMvdktENwyAMBTNCR8gIGcGjMIo3YwQmOGUERnA/oLQUkZIoUqrYfyednwWepnOLGYeiOOY9ksc+2g/JLMRKM4zI8jvtpQUUJRR1OzUvGZFCJI/y23lpvlRUMu1n4tKSDU8Lu76oGIaO8otEFM+KYaz4r37zVm4+vdO3EgOClFvdIUp1buNipo+DYp+fv+rxx/njAwhDYpguqyfMVKQgdRaSPwAAAABJRU5ErkJggg==") no-repeat 10px 10px;
  background-size: 14px;
  padding-left: 28px;
}

[dir=rtl] .form-field input.partialcreditcardfield {
  padding-left: 0;
  padding-right: 28px;
  background-position: right 10px top 10px;
}

.form-field .nesty-input {
  height: 37px;
  line-height: 37px;
}

.form-field .nesty-input:focus {
  outline: none;
  border: 1px solid #999;
}

.form form + form {
  margin-top: 25px;
}

.searchbox {
  margin: 25px 0;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01JR54DNTY5A08NV0RRDSQGJKQ") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: #ccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: 300;
}

.nav-bordered li + li {
  border-color: #eee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir=rtl] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Breadcrumbs */
.breadcrumbs li {
  color: #bebebe;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 300;
  max-width: 450px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a {
  color: $ color_3;
}

/* Labels */
.label, .request-status, .post-overview-status > span, .post-status > span {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #ccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eee;
  float: left;
  margin-left: -1px;
}

[dir=rtl] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}

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

.markdown hr {
  background-color: #eee;
  border: 0;
  height: 1px;
}

.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}

.markdown ul {
  list-style-type: disc;
}

.markdown ol {
  list-style-type: decimal;
}

.markdown ol ul, .markdown ul ul {
  list-style-type: circle;
}

.markdown ol ol ul,
.markdown ol ul ul,
.markdown ul ol ul,
.markdown ul ul ul {
  list-style-type: square;
}

.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.markdown blockquote {
  border-left: 1px solid #eee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
  text-decoration: none;
}

.vote-sum {
  display: block;
  font-weight: bold;
  margin: 3px 0;
}

[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:before, .vote-down:before {
  border-radius: 50%;
  border: 1px solid #ddd;
  color: $ color_3;
  display: inline-block;
  font-family: "entypo";
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}

.vote-up:hover:before, .vote-down:hover:before {
  border-color: #bbb;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-voted:before, .vote-voted:hover:before {
  border-color: $ color_3;
}

h1 {
  color: #9D5DE0;
  line-height: 1.2;
  margin-top: 45px;
  font-weight: 300;
}

/* ====================================================
   Content frame
   ==================================================== */
.header-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 940px;
  display: none;
}

main {
  margin: 0 auto;
  width: 100%;
}

.content_wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1280px;
  padding-top: 140px;
}

.content_wrapper .content {
  border-left: 2px solid #F1F1F1;
}

.dapulse_header {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .dapulse_header .navbar {
    min-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .dapulse_header .nav-link {
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: 4px solid #fff;
  }
}

.header_inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.logo {
  width: 167px;
}

.logo svg {
  vertical-align: middle;
}

.bigger_header {
  background-color: #F9FAFB;
  background-image: url("/hc/theming_assets/01JR54DQGNRPKQGR6WR1GFAYXA");
  background-size: 1300px 342px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  height: 448px;
  position: relative;
}

.bigger_header .simpo-main-container {
  max-width: 560px;
  width: 100%;
  min-width: 260px;
  margin: 0 auto;
}

.bigger_header .simpo-main-container .main___1JxGk {
  border: 3px solid #0085FF;
  box-sizing: border-box;
  border-radius: 45px;
  box-shadow: unset;
}

.bigger_header .help-center-name {
  font-size: 48px;
  line-height: 38px;
}

.bigger_header .simpo-main-container .main___1JxGk {
  position: relative;
}

.bigger_header .simpo-main-container .leftIcon___1zOMs {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 1;
}

.bigger_header .simpo-main-container .simpo-search-container {
  background-color: transparent;
}

.bigger_header .simpo-main-container .simpo-search-items-container {
  background-color: #fff;
}

.bigger_header .simpo-main-container input {
  font-size: 24px !important;
  line-height: 45px;
  padding: 16px 16px 16px 25px;
  background-color: white;
  border-radius: 45px;
  font-family: "SofiaPro", sans-serif;
  height: 84px !important;
}

.bigger_header .simpo-main-container input::placeholder {
  color: #0085FF;
  font-family: "sofia-pro", sans-serif;
}

.bigger_header .simpo-main-container #actionbar-inline-search-svg {
  color: #0085FF !important;
}

.bigger_header .simpo-main-container .simpo-embedded-search___1kKpi {
  box-shadow: unset;
}

.bigger_header .simpo-main-container .simpo-embedded-search-wrapper .simpo-embedded-search {
  box-sizing: border-box;
  border-radius: 3px;
}

.bigger_header .simpo-main-container .simpo-embedded-search-wrapper {
  margin-top: 0;
  height: 84px;
}

.bigger_header .simpo-main-container .simpo-embedded-search-wrapper .simpo-search-query-left-icon {
  top: 29px;
  right: 29px;
}

.bigger_header .simpo-main-container .simpo-embedded-search-wrapper .simpo-search-query-left-icon svg {
  width: 29px;
  height: 29px;
}

.header .search-box .help-center-name {
  margin: -3px 0 30px 0;
}

.bigger_header .search-box .help-center-name {
  margin: 50px 0 34px 0;
}

/* .bigger_header .simpo-main-container .simpo-embedded-search,
.homepage .simpo-main-container .simpo-embedded-search {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: transparent;
} */

.bigger_header .simpo-main-container .simpo-embedded-search {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background: transparent;
}

/* .homepage .simpo-main-container .simpo-embedded-search {
  border: 1px solid #979797;
  border-radius: 0px;
  box-shadow: none;
  background-color: #f6f6f6;
  overflow: hidden;
} */


.header-inner {
  display: table;
  height: 100px;
}

.logo, .user-nav {
  display: table-cell;
  vertical-align: middle;
}

.logo img {
  max-height: 60px;
}

.user-nav {
  text-align: right;
}

.user-nav > * {
  display: inline-block;
  margin: 0 0 0 25px;
}

[dir=rtl] .user-nav {
  text-align: left;
}

[dir=rtl] .user-nav > * {
  margin: 0 25px 0 0;
}

.user-nav a {
  margin: 0 25px;
}

.user-nav a:hover, .user-nav a.selected {
  text-decoration: none;
  padding-bottom: 10px;
}

.user-nav a.invert {
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #333;
  padding: 10px 20px;
  color: #333;
  background: #fff;
}

.user-nav a.invert:hover {
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  background: #333;
  color: #fff;
}

/*
 * Column size
 */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  width: 600px;
}

.side-column {
  width: 250px;
  margin-left: 45px;
}

[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}

/* ====================================================
   Search
   ==================================================== */
.search-box {
  width: 100%;
  max-width: 560px;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.search-box:not(.lower-search) {
  margin-top: 35px;
}

.search-box.search-external {
  margin-top: 35px;
}

.bigger_header .search-box {
  max-width: 514px;
  top: 246px;
}

.search-box.lower-search {
  /*top: 100%;*/
}

.search-box .search {
  width: 100%;
  position: relative;
}

.search-box .search input {
  height: 60px;
  outline: 0;
  vertical-align: middle;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 40px -4px rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  max-width: 540px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 0 auto;
  background: #FFFFFF url("/hc/theming_assets/01JR54DXZB0E75WYE73JZVNP1F") no-repeat 94% center;
}

.search-box .search input:focus {
  border-color: #88dcff;
}

.search-box .search input:focus {
  outline: 0;
}

.search-box .search input[type=search],
.search-box .search input[type=text] {
  line-height: 1.2em;
  border-radius: 30px;
  font-size: 1rem;
}

[dir=rtl] .search-box .search input[type=search], [dir=rtl]
.search-box .search input[type=text] {
  border-radius: 0 8px 8px 0;
}

.search-box .search input[type=submit] {
  display: none;
  background-color: $ color_2;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  border-radius: 0 8px 8px 0;
  border: 0;
  bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  padding: 0 20px;
}

[dir=rtl] .search-box .search input[type=submit] {
  display: none;
}

.sub-nav .search {
  float: right;
  position: relative;
}

[dir=rtl] .sub-nav .search {
  float: left;
}

.sub-nav .search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 16px;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
  z-index: 1;
}

.sub-nav .search input[type=search],
.sub-nav .search input[type=text] {
  padding: 6px 10px 6px 35px;
  height: 30px;
  width: 100%;
}

[dir=rtl] .sub-nav .search input[type=search], [dir=rtl]
.sub-nav .search input[type=text] {
  padding: 6px 35px 6px 10px;
}

.sub-nav .search input[type=submit] {
  display: none;
}

/* ====================================================
   Navigation pages
   ==================================================== */
.help-center-name {
  color: #FFFFFF;
  font-size: 42px;
  margin: 32px 0 32px 0;
  text-align: center;
  font-family: 'SofiaPro';
  font-weight: bold;
  letter-spacing: 1px;
}

.help-center-name + .search {
  margin-bottom: 1px;
}

.category-tree .category.category_115000848249_wrapper h2,
.category-tree .category.category_115000848249_wrapper .category_nav_button,
.category-tree .category.category_115000848269_wrapper h2,
.category-tree .category.category_115000848269_wrapper .category_nav_button,
.category-tree .category.category_115000848289_wrapper h2,
.category-tree .category.category_115000848289_wrapper .category_nav_button {
  display: none;
}

.category-tree .category.category_115000848249_wrapper {
  margin-left: 12%;
}

.category-tree .category.category_115000848249_wrapper,
.category-tree .category.category_115000848269_wrapper,
.category-tree .category.category_115000848289_wrapper {
  width: 25%;
  /*   height: 300px; */
  padding-top: 80px;
}

.category-tree .category.category_115000848289_wrapper {
  cursor: pointer;
}

.category-tree .category .category_115000848249 {
  background-image: url("https://p3.zdassets.com/hc/theme_assets/888863/200136675/phone.png");
  background-repeat: no-repeat;
  width: 90px;
  height: 60px;
  background-size: 35%;
  padding: 0;
  background-position: 50%;
  margin: 0 auto;
}

.category-tree .category .category_115000848269 {
  background-image: url("https://p3.zdassets.com/hc/theme_assets/888863/200136675/email.png");
  background-repeat: no-repeat;
  width: 90px;
  height: 60px;
  background-size: 50% bottom;
  padding: 0;
  background-position: 50%;
  margin: 0 auto;
}

.category-tree .category .category_115000848289 {
  background-image: url("https://p3.zdassets.com/hc/theme_assets/888863/200136675/webinar.png");
  background-repeat: no-repeat;
  width: 90px;
  height: 60px;
  background-size: 45%;
  padding: 0;
  background-position: 50%;
  margin: 0 auto;
}

.category-tree .category h2 {
  color: #9D5DE0;
  line-height: 1.2;
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}

.category-tree .category h2, .category-tree .category h2 a {
  color: #333;
  line-height: 1.2;
  font-size: 28px;
  font-weight: 300;
}

.category-tree .category h2 a:hover {
  text-decoration: none;
}

.category-tree .category .icon {
  width: 200px;
  height: 200px;
  border-radius: 10px;
}

.category-tree .category .category_nav_button {
  background: #00a1e5;
  padding: 10px 50px;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
}

.knowledge-base .category-tree .category .category_nav_button {
  display: flex;
  flex-direction: column;
  padding: 4px 16px;
  background: #0085FF;
  border-radius: 64px;
  position: inherit !important;
}

.category-tree .category .category_nav_button:hover {
  background: #048ac3;
  padding: 10px 50px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.knowledge-base .category-tree .category .category_nav_button:hover {
  padding: 4px 16px;
  background: #0085FF;
}

.category-tree .section h3 {
  margin: 0;
}

.category-tree .section h3 a {
  color: inherit;
  font-weight: bold;
}

.category-tree .section {
  margin: 5px 20px;
}

.category-tree .article-list, .category-tree .section-empty a {
  margin: 20px;
}

.category-tree .section-empty a {
  display: block;
}

.category-tree .article-list li {
  margin-bottom: 5px;
}

.article-promoted .featured-bolt {
  color: #F4CF26;
}

.category-description, .section-description {
  margin-top: 15px;
  color: #7A828A;
  font-weight: 300;
  text-align: center;
}

.section-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-tree .section h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.section-tree .section h3 a {
  color: inherit;
  font-weight: 400;
}

.section-tree .section ul {
  margin: 0 0 20px 0;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  position: relative;
}

.section-tree .section li {
  margin-bottom: 5px;
  line-height: 24px;
  list-style: none;
  color: #ddd;
}

.section-tree .section li::before {
  content: "•";
  color: #00a1e5;
  position: absolute;
  left: -20px;
}

.section-tree .section ul.article-list li {
  margin: 0 auto;
  font-size: 16px;
}

.section-tree .section ul.article-list li.article-promoted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-tree .section ul.article-list li a {
  font-weight: 300;
  font-size: 16px;
  color: #00a1e5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}

.section-tree .section ul.article-list li:nth-child(n+5) {
  display: none;
}

.section-subscribe, .section-unsubscribe,
.article-subscribe, .article-unsubscribe {
  float: right;
}

.section-subscribe [role=button], .section-unsubscribe,
.article-subscribe, .article-unsubscribe {
  background: #ededed;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  padding: 0 10px;
}

.article-list li {
  margin-bottom: 15px;
}

.see-all-articles {
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 10px;
}

.category-tree .see-all-articles {
  position: relative;
  top: -10px;
  left: 20px;
}

/* ====================================================
   Community box
   ==================================================== */
.community {
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 40px;
  padding: 25px 30px;
}

.community .recent-activity {
  padding: 0;
  width: auto;
}

.community .recent-activity h2 {
  border-bottom: 1px solid;
  border-bottom-color: #e6e6e6;
  border-bottom-color: rgba(0, 0, 0, 0.08);
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.community h4 {
  color: #111;
  float: right;
  font-size: 13px;
  margin: 0;
}

[dir=rtl] .community h4 {
  float: left;
}

.community h4 a {
  font-weight: normal;
  font-size: 11px;
}

.trending-questions {
  margin-bottom: 40px;
}

.trending-questions h2 {
  border-bottom: 1px solid;
  border-bottom-color: #e6e6e6;
  border-bottom-color: rgba(0, 0, 0, 0.08);
  color: #111;
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.trending-questions:last-child {
  margin-bottom: 0;
}

.trending-question-list {
  margin-bottom: 15px;
}

.trending-question-list li {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px 0 0;
  width: 49.5%;
}

.my-activities-table td, .my-activities-table th {
  text-align: left;
}

[dir=rtl] .my-activities-table td, [dir=rtl] .my-activities-table th {
  text-align: right;
}

/* ====================================================
   Promoted tooltip
   ==================================================== */
.article-promoted span {
  cursor: default;
  margin-right: 5px;
  position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #fff;
  content: attr(data-title);
  font-family: "Roboto", $ font_1;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid;
  border-bottom-color: #222;
  border-bottom-color: rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

/* ====================================================
   Sub nav
   ==================================================== */
.sub-nav {
  display: table;
  margin-bottom: 25px;
  padding: 25px 0;
  table-layout: fixed;
  width: 100%;
  border-bottom: 0;
}

.sub-nav > * {
  display: table-cell;
}

.sub-nav .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.sub-nav .search {
  width: 300px;
}

/* Article */
.article-column {
  line-height: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.article-column article strong {
  font-weight: 400;
}

.article-column h1 {
  margin-top: 0;
  font-weight: bold !important;
}

h1 .visibility-internal-icon:before {
  width: auto;
  min-width: 13px;
  margin-right: 10px;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}

.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin: 15px 0 50px;
}

.article-body {
  line-height: 2;
  font-size: 0.5em;
  word-wrap: break-word;
}

.article-body p .wysiwyg-font-size-medium {
  font-size: inherit;
}

.article-body table {
  table-layout: fixed;
}

.article-footer {
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  padding: 20px 0;
}

.article-footer .article-vote, .article-footer .share {
  display: table-cell;
}

.article-vote {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  float: left;
}

.article-vote .article-vote-question {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

.article-vote > * {
  display: inline-block;
}

.article-vote-controls {
  margin: 0 5px 10px 5px;
  display: block;
}

.article-vote-count {
  color: #999;
  min-width: 20%;
}

.article-vote-up, .article-vote-down {
  background: #fff;
  padding: 0 10px;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #FAB715;
  color: #FAB715;
}

.article-vote-up:hover, .article-vote-down:hover {
  padding: 0 10px;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #40C870;
  background: #40C870;
  color: #fff;
}

.article-vote-up:before {
  content: "Yes!";
}

.article-vote-down:before {
  content: "Nope..";
}

.article-vote-up.article-voted {
  color: #A95FE7;
  border-color: #A95FE7;
}

.article-vote-down.article-voted {
  color: #999;
  border-color: #999;
}

.article-voted:hover {
  background-color: #40C870;
  border: 2px solid #40C870;
  color: #fff;
}

.article-footer a:not(.article-vote-up):not(.article-vote-down), .article-footer a:before:not(.article-vote-up):not(.article-vote-down) {
  background: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  line-height: 30px;
}

/* ====================================================
   Requests
   ==================================================== */
.request-follow-up {
  text-align: right;
}

.follow-up-hint {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 13px;
}

.request-details {
  background-color: #f6f6f6;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid;
  border-color: #ececec;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  font-size: 12px;
  margin: 30px 0;
  padding: 15px 20px;
}

.request-details li + li {
  margin-top: 10px;
}

.request-header {
  font-weight: lighter;
  font-size: 1.7em;
  margin: 1em 0;
}

.request-id {
  color: #bbb;
  display: block;
  font-size: 13px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}

.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2px 5px;
  white-space: nowrap;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

.page-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

.page-header > * {
  display: table-cell;
  vertical-align: middle;
}

.page-header > *:first-child {
  width: 100%;
}

.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0;
}

.page-header h1 {
  font-size: 20px;
  font-weight: 400;
}

body.community-enabled .search-results-column {
  width: 430px !important;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}

.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}

.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #fff;
  content: attr(data-title);
  font-family: 'Roboto', sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}

.comment-list > * {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}

.comment-list > *:first-child {
  border-top: 1px solid #eee;
}

.comment-sorter {
  float: right;
}

.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}

[dir=rtl] .comment-sorter {
  float: left;
}

[dir=rtl] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}

.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01JR54DGW9H575MSXKAYWSS9NS");
  background-image: url("/hc/theming_assets/01JR54DY50NZFES64BE9VN75XZ");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}

[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}

[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #bebebe;
}

.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}

[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999;
}

[dir=rtl] .comment-actions {
  float: left;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}

.attachment-list span, .screencast-list span {
  color: #999;
}

[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}

.attachment-list li:before, .screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding: 25px 0;
}

.my-activities-header .breadcrumbs li {
  color: #000;
  font-size: 1.1em;
  font-weight: normal;
}

.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}

[dir=rtl] .request-table-filters {
  text-align: left;
}

.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt, .request-details form dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}

.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #fff;
  border-radius: 3px;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

/* Community */
.post-to-community a {
  padding-left: 20px;
  padding-right: 20px;
}

.post-to-community a:before {
  content: "\2b\00a0";
  position: relative;
  top: -1px;
}

/* Community topics page */
.topic-list li {
  display: inline-block;
  padding: 0 100px 30px 0;
  vertical-align: top;
  width: 49.5%;
}

.topic-list li h3, .topic-list li p {
  margin: 0;
}

.topic-list li p {
  color: #bebebe;
}

.topic-list li .meta-group {
  margin-top: 5px;
}

[dir=rtl] .topic-list li {
  padding: 0 0 30px 100px;
}

/* Community topic page */
.topic-header {
  margin-bottom: 15px;
}

.topic-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-filters {
  width: 100%;
}

.topic-filters > * {
  display: inline-block;
  font-weight: bolder;
  margin-right: 20px;
}

[dir=rtl] .topic-filters > * {
  margin-right: 0;
  margin-left: 20px;
}

.post-overview {
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}

.post-overview-info {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.post-overview-info a {
  font-size: 16px;
}

.post-overview-info .meta-group {
  display: block;
  margin-top: 5px;
}

.post-pinned .post-overview-info:before {
  content: "\2605";
  margin-right: 5px;
  color: $ color_4;
}

.post-overview-status {
  float: right;
  margin: 0 10px;
}

.post-overview-status > span {
  color: #fff;
}

[dir=rtl] .post-overview-status {
  float: left;
}

.post-overview-count {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bebebe;
  float: right;
  font-size: 10px;
  margin-left: 10px;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}

.post-overview-count strong {
  color: $ color_3;
  display: block;
  font-size: 13px;
}

[dir=rtl] .post-overview-count strong {
  direction: ltr;
  unicode-bidi: bidi-override;
}

[dir=rtl] .post-overview-count {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

/* Community post page */
.post-actions .dropdown-toggle {
  font-size: 11px;
  font-weight: bold;
}

.post-actions .dropdown-toggle:before {
  content: "\2699\00a0\00a0";
  font: 11px bold;
  font-family: "entypo";
}

.post {
  display: table;
  margin-bottom: 50px;
  table-layout: fixed;
  width: 100%;
}

.post-vote, .post-container {
  display: table-cell;
  vertical-align: top;
}

.post-vote {
  width: 45px;
  padding-top: 5px;
}

.post-header {
  margin-bottom: 25px;
}

.post-header h1 {
  margin: 0 0 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.post-info {
  display: table;
  width: 100%;
}

.post-info > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.post-avatar {
  min-width: 55px;
  position: relative;
}

.post-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.post-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01JR54DGW9H575MSXKAYWSS9NS");
  background-image: url("/hc/theming_assets/01JR54DY50NZFES64BE9VN75XZ");
  background-repeat: no-repeat;
  background-size: 14px;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  left: 28px;
  top: -10.5px;
  content: " ";
}

[dir=rtl] .post-avatar-agent:after {
  left: auto;
  right: 28px;
}

.post-meta {
  width: 100%;
  max-width: 0;
}

.post-author {
  display: block;
  white-space: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.post-status > span {
  color: #fff;
  margin: 0 10px;
}

.post-planned {
  background-color: #3eaae5;
}

.post-not-planned {
  background-color: #b5b5b5;
}

.post-completed {
  background-color: #669600;
}

.post-answered {
  background-color: #669600;
}

.post-share {
  margin-top: 30px;
  text-align: right;
}

[dir=rtl] .post-share {
  text-align: left;
}

/* Community post page and topic page */
.topic-follow [role=button], .post-follow [role=button] {
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 10px;
}

.topic-follow [role=button]:after, .post-follow [role=button]:after {
  content: attr(data-follower-count);
  color: $ color_3;
  display: inline-block;
  border-left: 1px solid #ddd;
  margin-left: 10px;
  padding-left: 10px;
}

[dir=rtl] .topic-follow [role=button]:after, [dir=rtl] .post-follow [role=button]:after {
  border-left: 0;
  border-right: 1px solid #ddd;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.topic-follow [role=button][aria-selected=true], .post-follow [role=button][aria-selected=true] {
  background: #f9f9f9;
  color: $ color_3;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 570px;
}

body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}

[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-list p {
  font-size: .9rem;
  font-weight: 300;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > * {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.search-results-list > *:first-child {
  border-top: 1px solid #eee;
}

.search-result-description, .search-result-meta {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 0.8rem;
  color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #a8d119;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: #808080;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
  margin: 0 auto;
  max-width: 565px;
  padding: 5% 32px 7%;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
  color: #6161FF;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: $ color_3;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}

.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}

.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}

.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #f9f9f9), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader .5s infinite;
  -webkit-animation: recent-activity-loader .5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: $ color_5;
  font-size: 11px;
  margin: 0 3px;
  padding: 1px 3px;
  text-decoration: none;
  vertical-align: baseline;
}

@media screen and (max-width: 780px) {
  .user-nav ul.nav {
    display: none;
  }
  .user-nav a.invert {
    margin: 0;
    margin-right: 5px;
  }
  .search-box .search input[type=search], .search-box .search input[type=text] {
    margin: auto;
    width: 100%;
    padding-left: 20px;
  }
  .search-box .search input {
    width: 90%;
  }
}

.autocomplete-container {
  position: absolute;
}

.ui-autocomplete {
  position: initial !important;
  z-index: 999;
}

.ui-autocomplete .ui-front .ui-menu .ui-widget .ui-widget-content {
  min-width: 100%;
  position: none;
}

.ui-menu-item {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 0.9rem;
  border: none !important;
}

.ui-state-focus {
  background: #9D5DE0 !important;
  color: #fff !important;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 0.9rem;
  border: none !important;
}

.dropdown-menu {
  left: auto !important;
}

/*Zaneta's Code from 01/23/18

/*For desktop
.header {
  height: 200px;
}
.section-tree .section {
  width: 24%;
  border-bottom: none;
}

.content_wrapper {
  padding-top: 25px;
}

.help-center-name {
  font-size: 30px;
}

.search-box {
  max-width:440px;
}

h1 {
  margin: 0px;
}

.sub-nav {
  margin: 0px;
}

h3 {
  font-size: 1.25rem;
}

.content_wrapper {
  width: 100%;
}

.bigger_header {
  height : 270px;
  background-size: cover;
}
*/
.main-inner {
  margin-bottom: 90px;
}

/*Zaneta's Code from 03/07/2018 - 03/20/2018*/
main[role="main"] {
  overflow-x: hidden;
}

.homepage_content_wrapper {
  padding-top: 75px;
  width: 100%;
  margin: 0 auto;
}

.category-tree {
  margin-left: 150px;
  margin-right: 150px;
}

/* .category-tree .category {
  padding-left: 0px;
} */
.category-tree .category h2, .category-tree .category h2 a {
  text-align: left;
  font-size: 28px;
}

.knowledge-base .category-tree .category h2,
.knowledge-base .category-tree .category h2 a {
  color: #171717;
  line-height: 26px;
}

.bigger_header {
  height: 560px;
  width: 100%;
}

.arch_bottom {
  position: relative;
}

.arch_bottom:after {
  pointer-events: none;
  content: '';
  left: 50%;
  bottom: 0;
  width: 110%;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 0 500px #fff;
  box-shadow: 0 0 0 500px #fff;
}

.search-box .search {
  width: 100%;
  position: relative;
}

.bigger_header .search-box .help-center-name {
  margin: 0 -125px 22px -125px;
  font-family: 'SofiaProBold', sans-serif;
  letter-spacing: -0.02em;
  color: #323338;
}

.vip_page {
  height: 50em;
  padding-top: 100px;
  position: relative;
}

.vip_page:after {
  pointer-events: none;
  content: '';
  left: 50%;
  bottom: 0;
  width: 110%;
  height: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #595ad4;
  z-index: -1;
  position: absolute;
}

.star_container {
  padding-bottom: 15px;
  text-align: center;
}

.star_shape {
  width: 30px;
  height: auto;
  opacity: .6;
  margin: 0 7px;
}

.vip_nav_button {
  background-color: #00a1e5;
  padding: 10px 50px;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
}

.vip_nav_button:hover {
  text-decoration: none;
  background: #048ac3;
  color: #fff;
}

#vip_img {
  width: 60%;
  height: auto;
  position: relative;
  left: 17%;
}

.featured_articles {
  margin: 15em 0 0 0;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.featured_articles_title {
  color: #fb285d;
  font-size: 52px;
  line-height: 54px;
  margin-bottom: 20px;
  font-family: 'SofiaPro';
  font-weight: bold;
}

.featured_articles:before {
  content: '';
  position: absolute;
  background-color: #fb285d;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

@media (max-width: 991px) {
  .featured_articles:before {
    display: none;
  }
}

.featured_pink_blob {
  position: relative;
}

@media (max-width: 991px) {
  .featured_pink_blob {
    color: #000;
  }
  .featured_pink_blob .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #fb285d;
  }
  .featured_pink_blob .owl-carousel.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #fb285d;
  }
}

.featured_pink_blob--title {
  color: #FFF;
  font-family: 'Roboto';
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .featured_pink_blob--title {
    color: #000;
  }
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: none;
  border: 1px solid white;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  border: none;
  background: white;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.75);
}

.owl-dot:focus {
  outline: none;
}

/* .checklist_img{
    margin-left: -100px;
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50%;
    transform: translateY(-50%);
} */
.webinars_page {
  min-height: 600px;
  margin: 0 0 100px 0;
  position: relative;
}

.webinars_page:after {
  content: '';
  background-color: #a358df;
  padding: 25px;
  height: 100%;
  border-top-right-radius: 700px;
  border-bottom-right-radius: 700px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
}

@media (max-width: 991px) {
  .webinars_page:after {
    display: none;
  }
}

.webinars_purple_blob {
  padding: 25px;
  height: 100%;
  position: relative;
}

.laptop_webinar_img {
  position: absolute;
  left: 0px;
  bottom: 25px;
  width: 87%;
  max-width: none;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}

.laptop_webinar_img img {
  width: 100%;
}

@media (max-width: 991px) {
  .laptop_webinar_img {
    position: relative;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.category-tree .category.category_115000848249_wrapper, .category-tree .category.category_115000848269_wrapper, .category-tree .category.category_115000848289_wrapper {
  margin-left: 29%;
  display: none;
}

.contact_us {
  text-align: center;
  padding: 0px 0 50px 0;
}

.contact_us_blurb {
  margin-bottom: 25px;
  font-size: 20px;
}

.contact_button {
  background-color: #00a1e5;
  padding: 10px 15px;
  color: #fff;
  border-radius: 30px;
  min-width: 160px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contact_button:hover {
  background: #048ac3;
  text-decoration: none;
  color: #fff;
}

.featuredlist_for_mobile {
  display: none;
}

/*Code for article pages*/
.article_content_wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  padding-top: 100px;
}

.article_content_wrapper article h1 {
  color: #333333;
}

.article_content_wrapper article a {
  color: #1F76C2 !important;
}

.article_content_wrapper article p,
.article_content_wrapper article p span {
  color: #676879 !important;
}

/*Zaneta's Code from 05/07/2018*/
/* Remove all padding from .category-tree .category */
p, ul li, div, ol li {
  font-weight: 300;
}

.search-form i.fa-search {
  position: absolute;
  right: 30px;
  color: #999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}

.search-form {
  position: relative;
}

.autocomplete-container {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*05/23/2018*/
.category_arch_bottom,
.section-header,
.header {
  height: 250px;
  position: relative;
}

.category_arch_bottom:after,
.section-header:after,
.header:after {
  pointer-events: none;
  content: '';
  left: 50%;
  bottom: 0;
  width: 110%;
  height: 100%;
  background: #595ad4;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.article-header,
.category_arch_bottom,
.section-header {
  height: 252px;
  position: relative;
  background: #595AD4;
}

.section-header .search-hint,
.category_arch_bottom .search-hint,
.article-header .search-hint{
  text-align:center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  color: #fff;
  padding-top: 63px;
}

.article-header .search-hint{
  font-family: "SofiaPro";
}

.section-header .search-box .simpo-embedded-search-wrapper,
.category_arch_bottom .search-box .simpo-embedded-search-wrapper,
.article-header .search-box .simpo-embedded-search-wrapper{
  height: auto;
  margin-top: 0;
}

.laptop_coffee_article {
  width: 26%;
  position: absolute;
}

.section-tree .row *[class*=col]:nth-child(n + 3) {
  border-top: 2px solid #F1F1F1;
}

.section-tree .row *[class*=col]:nth-child(odd) {
  border-right: 2px solid #F1F1F1;
}

.section-tree .section {
  padding: 50px 60px 50px 0;
  vertical-align: top;
  width: 100%;
  padding-left: 80px;
}

.section-tree .section h3 {
  line-height: 33px;
  height: 66px;
}

.section-tree .section h3 a {
  font-weight: 300;
}

.section-tree__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.section-tree__wrap__content {
  min-width: 100%;
}

.section-tree__wrap__footer {
  margin-top: auto !important;
  min-width: 100%;
}

.section-tree__wrap__footer > .vip_nav_button {
  display: inline-block;
}

.footer .footer-bottom-mobile {
  display: none;
}

/*Larger Screens*/
@media only screen and (max-width: 3000px) {
  .category-tree {
    margin: 0 32vw;
  }
  .owl-carousel .owl-item img {
    max-width: 75%;
  }
  .laptop_webinar_img {
    width: 75%;
  }
  .laptop_coffee_article {
    width: 27%;
    position: absolute;
    top: -47%;
  }
}

@media only screen and (max-width: 2560px) {
  #vip_img {
    width: 60%;
    left: 17%;
  }
  .laptop_webinar_img {
    max-width: 1000px;
  }
  .owl-carousel .owl-item img {
    max-width: 75%;
  }
  .category-tree {
    margin: 0 30vw;
  }
}

/* For Medium Screens */
@media only screen and (max-width: 2400px) {
  #vip_img {
    width: 75%;
    left: 7%;
  }
}

@media only screen and (max-width: 2200px) {
  .category-tree {
    margin: 0 28vw;
  }
  #vip_img {
    width: 75%;
    left: 7%;
  }
  .laptop_coffee_article {
    width: 31%;
    position: absolute;
    top: -29%;
  }
}

@media only screen and (max-width: 2000px) {
  #vip_img {
    width: 75%;
  }
  .category-tree {
    margin-left: 0;
    margin-right: 0;
  }
  .laptop_webinar_img {
    max-width: none;
  }
  .owl-carousel .owl-item img {
    max-width: 100%;
  }
  .category-tree {
    margin: 0 26vw;
  }
  .laptop_coffee_article {
    width: 33%;
  }
}

@media only screen and (max-width: 1850px) {
  .category-tree {
    margin: 0 19vw;
  }
  .laptop_coffee_article {
    width: 35%;
  }
}

@media only screen and (max-width: 1645px) {
  .laptop_coffee_article {
    width: 40%;
  }
}

@media only screen and (max-width: 1500px) {

  .category-tree {
    margin: 0 15vw;
  }
  #vip_img {
    width: 90%;
    left: 0%;
  }
  .laptop_coffee_article {
    width: 40%;
  }

}

@media only screen and (max-width: 1200px) {
  .homepage .customers-reviews .slider-container .owl-nav .owl-prev span, .homepage .customers-reviews .slider-container .owl-nav .owl-next span {
    font-size: 30px !important;
    font-weight: bold !important;
  }

  .bigger_header {
    background-position: 50% 50%;
    height: 400px;
  }

  .bigger_header .search-box {
    max-width: 60%;
    top: 166px;
  }

  .category-tree {
    margin: 0 9vw;
  }


  .footer {
    padding: 48px !important;
  }

  .footer .footer-bottom-mobile {
    display: block;
  }

  .footer .footer-bottom-mobile .links-container .short-footer-link-component-wrapper,
  .footer .footer-bottom-mobile .lang-switcher{
    margin: 10px !important;
  }

  .footer .categories-container{
    display: none !important;
  }

  .footer .footer-inner {
    justify-content: center !important;
    padding: 0 !important;
  }

  .footer .footer-inner .footer-head {
    flex-direction: column !important;
    margin-right: 0 !important;
    text-align: center;
  }

  .footer .footer-inner .footer-head .footer-contacts p {
    margin-bottom: 0 !important;
  }

  .footer .footer-inner .footer-head .address-info-part br,
  .footer .footer-inner .footer-head .address-info-part-title,
  .footer .footer-inner .footer-head .footer-app-links,
  .footer .footer-bottom .links-container {
    display: none;
  }

  .footer .footer-bottom {
    justify-content: center;
    border-top: none;
  }
}

/*For Ipads*/
@media only screen and (max-width: 1024px) {
  .homepage_content_wrapper {
    max-width: 1024px;
    padding-top: 10px;
  }
  .content_wrapper {
    width: auto;
    padding-top: 50px;
  }
  .article_content_wrapper {
    width: auto;
    padding-top: 0;
  }
  .category-tree {
    margin-left: 5px;
    margin-right: 50px;
  }
  .category-tree .category {
    padding-left: 7em;
    padding-right: 7em;
    padding-top: 3em;
  }
  .category-tree .category p.description {
    height: auto;
    padding: 0;
  }
  .category-tree .category.category_115000848249_wrapper p,
  .category-tree .category.category_115000848269_wrapper p,
  .category-tree .category.category_115000848289_wrapper p {
    font-size: 10px;
    padding: 0;
  }
  .category-tree .category h2, .category-tree .category h2 a {
    font-size: 13px;
    font-weight: 400;
  }
  .vip_nav_button {
    padding: 10px 50px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
  }
  #vip_img {
    width: 90%;
    left: 1%;
  }
  .category-tree .category {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 2em;
  }
  .category-tree .category .category_nav_button {
    float: right;
    position: absolute;
    top: auto;
    left: 50%;
  }
  .category-tree .category p.description {
    font-size: 0.9em;
  }
  .featured_blurb {
    width: 75%;
  }
  .laptop_coffee_article {
    display: none;
  }
  .category_nav_button {
    background-color: #00a1e5;
    padding: 10px 50px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
  }

  .knowledge-base .category_nav_button {
    display: flex;
    flex-direction: column;
    padding: 4px 16px;
    position: absolute;
    height: 30px;
    background: #0085FF;
    border-radius: 64px;
  }
}

@media screen and (max-width: 768px) {
  .homepage_content_wrapper {
    max-width: 768px;
    padding-top: 10px;
  }
  .content_wrapper {
    width: auto;
    padding-top: 50px;
  }
  .article_content_wrapper {
    width: auto;
    padding-top: 0;
  }
  .article_content_wrapper .sidebar,
  .content_wrapper .sidebar {
    display: none;
  }
  .category-tree .category.category_115000848249_wrapper p,
  .category-tree .category.category_115000848269_wrapper p,
  .category-tree .category.category_115000848289_wrapper p {
    font-size: 10px;
    padding: 0;
  }
  .category_nav_button a {
    padding-top: 5px;
  }
  .description {
    font-size: 13px;
  }
  .laptop_coffee_article {
    width: 30%;
  }
  .vip_button {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
  }
  .vip_blurb {
    text-align: center;
  }
  .featured_articles {
    margin: 0;
  }
}

/*For iPhones and Androids*/
@media screen and (max-width: 480px) {
  .bigger_header {
    height: 300px !important;
  }

  .bigger_header .simpo-main-container input {
    height: 62px !important;
  }

  .bigger_header .simpo-main-container input::placeholder {
    font-size: 20px;
  }

  .bigger_header .simpo-main-container .simpo-embedded-search-wrapper {
    margin-top: 0;
    height: 62px;
  }

  .bigger_header .simpo-main-container .simpo-embedded-search-wrapper .simpo-search-query-left-icon svg {
    width: 20px !important;
    height: 25px !important;
  }

  .bigger_header .simpo-main-container .simpo-embedded-search-wrapper .simpo-search-query-left-icon {
    top: 21px;
    right: 16px;
  }

  .bigger_header .search-box {
    max-width: 100% !important;
    width: 100% !important;
  }
  .section-header .search-hint,
  .category_arch_bottom .search-hint,
  .article-header .search-hint{
    padding: 45px 25px 0;
    font-size: 26px;
  }
  .help-center-name {
    font-size: 35px;
  }
  .bigger_header .help-center-name {
    font-size: 35px;
    line-height: 35px;
  }
  .search-box.lower-search {
    width: 75%;
  }
  .search-box {
    padding: 0 20px;
  }
  .search-box input {
    font-size: 1em !important;
  }
  .category-tree {
    height: auto;
  }
  .user-nav a {
    font-size: 10px;
    color: #333;
    text-decoration: none;
    padding-bottom: 29px;
    margin: 0 25px;
    font-weight: 300;
  }
  .section-tree .section .article-list li a {
    font-weight: 300;
    font-size: 1rem;
  }
  .homepage_content_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 360px;
    padding-top: 10px;
  }
  .homepage_content_wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 360px;
    padding-top: 10px;
  }
  .sub-nav .breadcrumbs {
    white-space: normal;
  }
  .category-tree .category {
    width: 100%;
  }
  .category-tree .category.category_115000848249_wrapper,
  .category-tree .category.category_115000848269_wrapper,
  .category-tree .category.category_115000848289_wrapper {
    width: 33.33%;
    height: 200px;
    float: left;
  }
  .category-tree .category.category_115000848249_wrapper p,
  .category-tree .category.category_115000848269_wrapper p,
  .category-tree .category.category_115000848289_wrapper p {
    font-size: 9px;
    padding: 0;
  }
  .category-tree .category.category_115000848249_wrapper {
    margin-left: 0;
  }
  .promoted-articles ul li {
    float: none;
    width: auto;
  }
  .description {
    font-size: 15px;
  }
  .category-tree .category .category_nav_button {
    margin-top: 40px;
    padding: 5px 30px;
    position: initial;
    float: initial;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
  }
  .category-tree .category .category_nav_button:hover {
    margin-top: 40px;
    padding: 5px 30px;
    position: initial;
    float: initial;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
  }

  .knowledge-base .category-tree .category .category_nav_button {
    margin-top: 0;
  }

  .knowledge-base .category-tree .category .category_nav_button:hover {
    margin-top: 0;
  }

  .vip_page {
    height: auto;
    padding-top: 50px;
  }
  #vip_img {
    left: 0;
  }
  .category-tree .category h2, .category-tree .category h2 a {
    font-size: 1.2rem;
  }
  .featured_articles {
    margin: 0;
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .featured_articles_box {
    padding-top: 75px;
  }
  .featured_articles_box {
    width: 100%;
  }
  .featured_pink_blob {
    width: 100%;
    height: 75%;
  }
  .webinars_purple_blob {
    width: 100%;
    height: 75%;
    margin-bottom: 50px;
  }
  .webinars_box {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .laptop_webinar_img {
    bottom: 10%;
    width: 100%;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  .webinars_blurb {
    width: 100%;
  }
  .contact_us {
    margin-top: 50px;
  }
  .checklist_img {
    position: auto;
    width: 75%;
    padding-bottom: 2px;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .category-tree .category--count {
    width: 40%;
  }
}

@media screen and (max-width: 380px) {
  #vip_img {
    left: -4%;
  }
}

@media screen and (max-width: 365px) {
  #vip_img {
    left: -4%;
  }
}

@media screen and (max-width: 335px) {
  .user-nav a {
    font-size: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 300;
  }
  .section-tree .section .article-list li a {
    font-weight: 300;
    font-size: 1rem;
  }
  .homepage_content_wrapper {
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
  }
  .content_wrapper {
    width: auto;
    padding-top: 0;
  }
  .article_content_wrapper {
    width: auto;
    padding-top: 0;
  }
  .sub-nav .breadcrumbs {
    white-space: normal;
  }
  .category-tree .category {
    width: 100%;
  }
  .category-tree .category.category_115000848249_wrapper,
  .category-tree .category.category_115000848269_wrapper,
  .category-tree .category.category_115000848289_wrapper {
    width: 33.33%;
    height: 200px;
    float: left;
  }
  .category-tree .category.category_115000848249_wrapper p,
  .category-tree .category.category_115000848269_wrapper p,
  .category-tree .category.category_115000848289_wrapper p {
    font-size: 9px;
    padding: 0;
  }
  .category-tree .category.category_115000848249_wrapper {
    margin-left: 0;
  }
  .promoted-articles ul li {
    float: none;
    width: auto;
  }
  .description {
    font-size: 15px;
  }
  .category-tree .category h2,
  .category-tree .category h2 a {
    font-size: 1.05rem;
  }
  .category-tree .category p.description {
    font-size: 1em;
  }
}

.breadcrumbs li {
  color: #9D5DE0;
}

/*Code for category pages*/
.category_content_wrapper {
  margin: 50px;
}

.sidebar {
  padding-left: 50px !important;
  margin-bottom: 30px;
}

.sidebar .categories .card .card-body a.section.active, .sidebar .categories .card .card-body a.article.active {
  font-weight: 500;
  color: #595ad4;
}

.sidebar .sub-nav {
  padding: 2em 0 1em;
  margin: 0;
}

.sidebar .sub-nav a {
  font-weight: 500;
  color: #595ad4;
}

.sidebar .categories .card {
  border-color: transparent;
}

.sidebar .categories .btn-link,
.js-category-link a {
  font-size: 16px;
  line-height: 26px;
  font-family: 'SofiaPro';
  font-weight: 500;
  color: #333;
  padding: 0;
  text-decoration: none;
  white-space: inherit;
  vertical-align: middle;
  text-align: left;
}

.sidebar .section.active {
  font-weight: 500;
  color: #595ad4;
  font-family: 'SofiaPro';
  display: block;
}

.sidebar .categories .card .card-body {
  padding: 15px 0 0;
}

.sidebar .categories .card .card-body #articles__anchor li.active {
  position: relative;
}

.sidebar .categories .card .card-body #articles__anchor li.active:after {
  position: absolute;
  content: '';
  background: url("/hc/theming_assets/01JR54DTS2E9KZ1E5P9MAR0W5S") no-repeat 0 center;
  left: -20px;
  width: 10px;
  height: 20px;
  top: 2px;
}

.sidebar .categories .card .card-body a {
  color: #333;
  font-family: 'SofiaPro';
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  display: block;
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
}

.sidebar .categories .card .card-body a strong {
  font-weight: 500;
}

.sidebar .categories .card .card-body a:after {
  position: absolute;
  content: '';
  background: url("/hc/theming_assets/01JR54DTS2E9KZ1E5P9MAR0W5S") no-repeat 0 center;
  left: -6px;
  width: 10px;
  height: 20px;
  top: 2px;
}

.sidebar .categories .card .card-body .section-wrapper ul {
  padding-left: 24px;
}

.sidebar .categories .card .card-body .section-wrapper ul li {
  list-style: none;
}

.sidebar .categories .card .card-body .section-wrapper ul li a {
  margin-bottom: 2px;
  background: none;
  padding-left: 0;
}

.sidebar .categories .card .card-body .section-wrapper ul li a:after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sidebar .sub-nav a {
    font-size: 16px;
  }
  .section-tree .section:nth-child(2n+2) {
    border-left-color: transparent;
  }
  .section-tree .section:nth-child(2) {
    padding-top: 50px;
  }
  .section-tree .section:nth-last-child(2) {
    border-bottom-color: #F1F1F1;
    padding-bottom: 50px;
  }
  .article_content_wrapper .article-column h1, .article_content_wrapper .article-column h2, .article_content_wrapper .article-column h3, .article_content_wrapper .article-column h4, .article_content_wrapper .article-column h5, .article_content_wrapper .article-column h6 {
    padding: 1em 0 1em;
  }
}

@media screen and (max-width: 575px) {
  .content_wrapper .content {
    border-left-color: transparent;
  }
  .section-tree .section {
    padding-left: 2em;
  }
}

@media screen and (min-width: 768px) {
  .sub-nav-fixed {
    max-width: 150px;
    position: sticky;
    top: 100px;
    margin-bottom: 100px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .fixed {
    position: fixed;
    top: 60px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .absolute {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sub-nav-fixed {
    max-width: 210px;
  }
}

/* Section page */
.section-content h1 {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: #000;
}

.section-content .article-list .col-12 {
  padding-left: 80px;
}

.section-content .article-list *[class*='col-'] a {
  padding: 30px 70px 30px 0;
  border-bottom: 2px solid #F1F1F1;
  display: block;
  color: #00a1e5;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  position: relative;
}

.section-content .article-list *[class*='col-'] a em {
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.section-content .article-list *[class*='col-'] a em span {
  font-style: normal;
}

.section-content .article-list *[class*='col-'] a .rating {
  /*   position: absolute;
    width: auto;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto; */
  display: none;
}

.section-content .article-list *[class*='col-'] a .rating i.icon-thumbs_up {
  padding-top: 2px;
  color: #68BF6A;
  font-size: 20px;
}

.section-content .article-list *[class*='col-'] a .rating i.icon-thumbs_up:before {
  top: 2px;
  position: relative;
}

.section-content .article-list .col-12 a .rating.star {
  background: url("/hc/theming_assets/01JR54DTA0800B3M0SXG118D29") no-repeat 100% center;
}

.article_content_wrapper{
  font-family: 'SofiaPro';
}

.article_content_wrapper .article {
  font-family: 'SofiaPro';
}

.article_content_wrapper .article-column h1, .article_content_wrapper .article-column h2, .article_content_wrapper .article-column h3, .article_content_wrapper .article-column h4, .article_content_wrapper .article-column h5, .article_content_wrapper .article-column h6 {
  font-family: 'SofiaPro';
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 24px;
}

.article-column h1 {
  margin-bottom: 12px !important;
}

.article_content_wrapper .article-column article {
  font-size: 0.5em;
  font-weight: 300;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  word-wrap: normal;
  max-width: 640px;
}

.article_content_wrapper .article-body {
  font-size: 18px;
  font-weight: 300;
}

.article_content_wrapper .article-body > * {
  line-height: 28px;
}

.article_content_wrapper .article-body p a {
  color: #0d6efd;
}

.article_content_wrapper .article-body ul {
  list-style: none;
}

.article_content_wrapper .article-body ul li {
  position: relative;
}

.article_content_wrapper .article-body ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 14px;
  left: -20px;
}

.article_content_wrapper .article-body h1 strong span, .article_content_wrapper .article-body h1 span strong{
  font-weight: bold !important;
}

.article_content_wrapper .article-sidebar {
  margin: auto;
}

.article_content_wrapper .article-sidebar .related-articles h3 {
  font-size: 28px;
  margin-bottom: 23px;
  font-weight: 300;
  font-family: 'SofiaPro';
}

.article_content_wrapper .article-sidebar .related-articles ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

.article_content_wrapper .article-sidebar .related-articles ul li {
  margin-left: 0;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 12px;
}

.article_content_wrapper .article-sidebar .related-articles ul li a {
  color: #1F76C2;
  font-size: 16px;
  padding: 8px 16px;
  display: block;
  border: 1px solid #1F76C2;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.article_content_wrapper .article-sidebar .related-articles ul li a:hover {
  color: #fff;
  background-color: #1F76C2;
}

.article_content_wrapper .article-meta {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}

.article_content_wrapper .article-meta__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article_content_wrapper .article-meta__social a:hover {
  text-decoration: none;
}

.article_content_wrapper .article-meta__social a:hover:before {
  color: #00a1e5;
}

.article_content_wrapper .article-meta__social *[class*=icon-] {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  min-width: 30px;
  margin-right: .3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article_content_wrapper .article-meta__social *[class*=icon-] > span {
  margin-left: 5px;
  margin-right: 5px;
}

.article_content_wrapper .article-meta__social *[class*=icon-]:before {
  color: #000;
  font-size: 22px;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
}

.article_content_wrapper .article-meta .share-linkedin, .article_content_wrapper .article-meta .share-googleplus {
  display: none;
}

.article_content_wrapper .article-meta .share-facebook:before, .article_content_wrapper .article-meta .share-twitter:before {
  font-family: 'glyphter';
  background: none;
  color: #000;
  font-size: 22px;
}

.article_content_wrapper .article-meta .share-facebook:before {
  content: '\0042';
}

.article_content_wrapper .article-meta .share-twitter:before {
  content: '\0049';
}

.article_note_new{
  width:100%;
  height:auto;
  color:#000000;
  padding:15px 10px 15px 20px;
  display:flex;
}

.article_note_new .img_container{
  display:flex;
  align-items:center;
}

.article_note_new img{
  vertical-align:middle;
  max-width:25px;
  height: 25px;
}

.article_note_new .text_container {
  margin-left:23px;
}

.article_note_new a{
  color: #1F76C2 !important;
}

.article_content_wrapper article .article_note_new.blue_note_border .text_container a {
  color: #009AFF !important;
}

.article_note_new.orange_tip{
  border-radius: 8px;background: rgba(255, 203, 0, 0.15);
  border: 1px solid #FFCB00;
}

.article_note_new.violet_tip{
  background: rgba(89, 90, 212, 0.1);
  border-radius: 8px;
}

.article_note_new.violet_tip_white{
  background:#FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius:4px;
}

.article_note_new.violet_tip_white_shadow{
  background:#FFFFFF;
  box-shadow:0px 4px 8px rgba(0, 0, 0, 0.101025);
  border-radius:4px;
}

.article_note_new.violet_tip_white_border_shadow{
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.101025);
  border-radius: 4px;
}

.article_note_new.green_note_white_border{
  background:#FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius:4px;
}

.article_note_new.green_note_white_shadow{
  background:#FFFFFF;
  box-shadow:0px 4px 8px rgba(0, 0, 0, 0.101025);
  border-radius:4px;
}

.article_note_new.green_note_white_shadow_border{
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.101025);
  border-radius: 4px;
}

.article_note_new.green_note_green{
  background:rgba(0,202,114,0.1);
  border-radius:8px;
}

.article_note_new.green_note_green_border{
  background:rgba(0,202,114,0.1);
  border:1px solid #00CA72;
  border-radius:8px;
}

.article_note_new.blue_note_border{
  background:#ECEDF5 !important;
  border:1px solid #009AFF;
  border-radius:8px;
}

/* Zaneta's Code from October 2*/
.article_note {
  width: 100%;
  height: auto;
  border: 1px solid #A259DF;
  border-radius: 5px;
  background-color: #a259df;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 15px;
  font-family: "SofiaPro";
}

.article_note img {
  max-width: 5%;
  height: auto;
}

.article_note a {
  color: white;
  text-decoration: underline;
}

.article_tip a {
  color: white;
  text-decoration: underline;
}

.article_tip {
  width: 100%;
  height: auto;
  border: 1px solid #61CAF6;
  border-radius: 5px;
  background-color: #61CAF6;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: "SofiaPro";
  padding-right: 10px;
}

.note_img {
  position: relative;
  top: 50%;
  padding-right: 5px;
}

.tip_img {
  position: relative;
  top: 50%;
  padding-right: 5px;
}

main {
  margin-top: 60px;
}

.category-tree {
  position: relative;
  counter-reset: category;
}

@media screen and (min-width: 768px) {
  .category-tree:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(220, 221, 246, 0.4);
  }

  .knowledge-base .category-tree:after {
    content: unset;
  }
}

.category-tree h2 ~ *, .category-tree h3 ~ * {
  display: none;
}

.category-tree .category {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
  text-align: center;
  /*   height: 418px; */
  background: none;
  text-align: -webkit-auto;
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(220, 221, 246, 0.4);
}

.knowledge-base .category-tree .category {
  padding: 0;
  margin-bottom: 17px;
  border-top: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.knowledge-base .category-tree .category--count {
  width: 200px;
  max-width: 40%;
  background-size: 48%;
  padding: 0;
  background-position: 50%;
  margin: 0 auto;
  float: left;
  height: 200px;
  min-height: 100%;
  margin-right: 0;
  text-align: center;
  background-color: #F9FAFB
}

.category-tree .category--count {
  width: 148px;
  background-size: 48%;
  padding: 0;
  background-position: 50%;
  margin: 0 auto;
  float: left;
  height: 175px;
  margin-right: 20px;
  text-align: center;
}

.category-tree .category--count:before {
  counter-increment: category;
  content: counter(category);
  font-family: 'SofiaPro';
  font-weight: bold;
  color: #dcddf6;
  font-size: 250px;
  line-height: 225px;
}

.knowledge-base .category--count:before {
  counter-increment: category;
  content: counter(category);
  font-family: 'SofiaPro';
  font-weight: bold;
  color: #C0CADE;
  font-size: 96px;
  line-height: 225px;
}

.category-tree .category:first-child, .category-tree .category:nth-child(2) {
  border-top: 0;
}

@media (max-width: 767px) {
  .bigger_header {
    height: 340px;
  }

  .bigger_header .search-box {
    max-width: 80%;
    top: 136px;
  }

  .category-tree .category {
    border-bottom: 1px solid rgba(220, 221, 246, 0.4);
  }

  .knowledge-base .category-tree .category {
    border-bottom: none;
    padding-right: 0;
    padding-left: 0;
  }

  .knowledge-base .category-tree .category .category-desc p.description {
    padding: 10px 0 10px !important;
  }

  .knowledge-base .category-tree .category:nth-child(odd) {
    margin-right: 0 !important;
    max-width: 100% !important;
  }

  .knowledge-base .category-tree .category:nth-child(even) {
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}

.category-tree .category p.description {
  text-align: left;
  display: block;
  padding: 10px 20px;
  color: #333;
  font-weight: 300;
  padding-right: 20%;
}

.knowledge-base .category-tree .category p.description {
  padding: 24px 0 !important;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .category-tree .category p.description {
    padding-right: 0;
  }
}

.category-tree .category p.description:empty:after {
  content: 'check out our articles...';
}

.vip_training_box {
  font-family: 'SofiaPro';
  color: #fff;
  padding-bottom: 50px;
  position: relative;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.vip_training_box h1 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 40px;
}

.vip_training_box .contact_button {
  -webkit-box-shadow: 0 0 10px #40409a;
  box-shadow: 0 0 10px #40409a;
}

.vip_blurb {
  text-align: left;
  font-size: 20px;
  color: white;
  /* line-height: 31px; */
  font-weight: 100;
  /* letter-spacing: 1px; */
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .vip_blurb {
    margin-bottom: 20px;
  }
}

.webinars_box {
  padding-top: 250px;
  padding-bottom: 175px;
}

@media (max-width: 768px) {
  .webinars_box {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .webinars_box {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.webinars_title {
  color: #a358df;
  font-size: 52px;
  line-height: 54px;
  margin-bottom: 20px;
  font-family: 'SofiaPro';
  font-weight: bold;
}

.webinars p {
  margin-bottom: 22px;
}

.homepage {
  color: #333333;
}

.homepage .home-container {
  max-width: 1040px;
  margin: 0 auto;
}

.homepage .search-box {
  margin: 79px auto 0;
  text-align: center;
  position: static;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  font-family: 'sofia-pro';
  font-weight: 400;
  max-width: 688px;
}

.homepage .search-box .help-question {
  font-family: 'SofiaProBold';
  font-size: 50px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.homepage .search-box .help-question .mobile-text {
  display: none;
}

.homepage .search-box .hint {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 46px;
}

.simpo-main-container {
  height: 64px;
}

.simpo-main-container .container___530rL {
  min-height: 0;
}

.simpo-main-container .simpo-embedded-search-wrapper .simpo-embedded-search {
  box-sizing: border-box;
  border-radius: 3px;
}

.homepage .search-box .simpo-main-container {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.search-box .simpo-main-container .simpo-embedded-search {
  background: #fff;
  font-family: Roboto;
  border-radius: 45px;
  border: 1px solid #f7f7f7;
  box-shadow: 0 5px 12px 1px rgba(0,0,0,0.09);
}

.homepage .search-box .simpo-main-container .simpo-embedded-search {
  margin-top: 0;
}

.search-box .simpo-main-container .simpo-embedded-search .simpo-search-query input {
  font-size: 26px !important;
  color: #0085FF;
  border: 0 !important;
}

.search-box .simpo-main-container #actionbar-inline-search-svg {
  width: 45px !important;
  height: 45px !important;
  color: #0085FF !important;
}

.simpo-search-container{
  background-color: #fff;
}

.homepage .section-links {
  margin: 121px -8px 0;
}

.homepage .section-links .links-container {
  padding: 35px 8px 0;
  position: relative;
}

.homepage .section-links .links-container .links-group {
  -webkit-box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.13);
  border-radius: 9px;
  padding: 27px 15px 43px 18px;
  background-color: #ffffff;
  width:100%;
}

.homepage .section-links .links-container .links-group.no-data-href {
  cursor: default !important;
}

.homepage .section-links .links-container .links-group .group-label {
  font-family: "SofiaProBold";
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.5px;
  margin-bottom: 23px;
  text-transform: capitalize;
}

.homepage .section-links .links-container .links-group:not(.no-data-href) .group-label:hover {
  color: #595ad4;
}

.homepage .section-links .links-container .links-group .links {
  margin-bottom: 0;
}

.homepage .section-links .links-container .links-group .links li {
  margin-top: 9px;
  line-height: 19px;
}

.homepage .section-links .links-container .links-group .links li:first-child {
  margin-top: 0;
}

.homepage .section-links .links-container .links-group .links a {
  font-family: 'sofia-pro';
  font-weight: 400;
  font-size: 16px;
  color: #4A90E2;
  letter-spacing: 0;
}

.homepage .section-links .links-container .links-group:hover {
  cursor: pointer;
}

.homepage .section-links .links-container .circle {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.homepage .section-links .links-container .circle.yellow {
  background-color: #FFCB00;
  -webkit-transform: translate(-36px, 114px);
  -ms-transform: translate(-36px, 114px);
  transform: translate(-36px, 114px);
}

.homepage .section-links .links-container .circle.red {
  background-color: #FB275D;
  -webkit-transform: translate(-50%, 9px);
  -ms-transform: translate(-50%, 9px);
  transform: translate(-50%, 9px);
  left: 50%;
}

.homepage .section-links .links-container .circle.green {
  background-color: #03CC6F;
  -webkit-transform: translate(-50%, 172px);
  -ms-transform: translate(-50%, 172px);
  transform: translate(-50%, 172px);
  left: 50%;
}

.homepage .section-links .links-container .circle.violet {
  background-color: #5A5AD4;
  left: auto;
  right: 0;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
}

.homepage .section-links .links-container .circle.yellow, .homepage .section-links .links-container .circle.violet {
  height: 228px;
  width: 228px;
}

.homepage .section-links .links-container .circle.red, .homepage .section-links .links-container .circle.green {
  height: 188px;
  width: 188px;
}

.homepage #curve-arrow-1 {
  margin: 35px auto 0;
  text-align: center;
  width: 100px;
}

.homepage .fast-solutions {
  margin-top: 60px;
  padding: 34px 0 81px;
  text-align: center;
  background-color: #F9F9F9;
}

.homepage .fast-solutions .section-head {
  font-family: 'SofiaProBold';
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  letter-spacing: -0.5px;
  margin-bottom: 33px;
}

.homepage .fast-solutions .solutions-container .solution-inner .solution-item {
  -webkit-box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 44px 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 191px;
  height: 100%;
  color: #333333;
  font-family: 'sofia-pro';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
  background-color: #fff;
}

.homepage .fast-solutions .solutions-container .solution-inner .solution-item img {
  margin-bottom: 15px;
  height: 50px;
}

.homepage .fast-solutions .solutions-container .solution-inner .solution-item:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.13);
  text-decoration: none;
}

.homepage .customers-reviews {
  margin-top: 61px;
  text-align: center;
}

.homepage .customers-reviews .customer-head {
  font-family: 'SofiaProBold';
  font-weight: 400;
  font-size: 50px;
  letter-spacing: -0.5px;
}

.homepage .customers-reviews .slider-container {
  margin-top: 51px;
  position: relative;
}

.homepage .customers-reviews .slider-container .carousel-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  width: 330px;
  height: 376px;
  background-color: white;
  margin: 0 15px;
  margin-top: 40px;
  overflow: hidden;
  font-family: "SofiaPro";
}

/* .homepage .customers-reviews .slider-container .carousel-item .community-template-card:hover .card-bottom {
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}
 */
.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom {
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  -o-transition: transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  padding: 20px;
  background-color: white;
  text-align: left;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .board-author {
  margin-bottom: 8px;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .board-author .author {
  color: #808080;
  font-size: 16px;
  text-decoration: none;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .board-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333;
  min-height: 50px;
  max-height: 50px;
  text-decoration: none;
  display: block;
  font-family: "SofiaProBold";
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .bottom-section {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f3f3f3;
  margin: 0 -20px;
  padding: 0 20px;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .bottom-section .industry {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 500;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .bottom-section .vendor {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-decoration: none;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .bottom-section .vendor .vendor-name {
  color: #808080;
  font-size: 16px;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .bottom-section .vendor .cloudinary-image-container {
  height: 100%;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .bottom-section .vendor .cloudinary-image-container img {
  height: 24px;
  vertical-align: middle;
  width: unset;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .button-container {
  padding: 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .button-container .ladda-label {
  white-space: initial;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .button-container a {
  background-color: transparent;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .button-container a button {
  background-color: #00A9FF;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  line-height: 18px;
  padding: 16px 32px;
  font-weight: bold;
}

.homepage .customers-reviews .slider-container .carousel-item .community-template-card .card-bottom .button-container a button:hover {
  background-color: #048ac3;
}

.homepage .customers-reviews .slider-container .owl-nav {
  margin: 0;
}

.homepage .customers-reviews .slider-container .owl-nav .owl-prev, .homepage .customers-reviews .slider-container .owl-nav .owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  background-color: transparent;
}

.homepage .customers-reviews .slider-container .owl-nav .owl-prev span, .homepage .customers-reviews .slider-container .owl-nav .owl-next span {
  font-size: 14px;
  font-weight: normal;
  color: black;
  background-color: transparent;
}

.homepage .customers-reviews .slider-container .owl-nav .owl-prev:hover, .homepage .customers-reviews .slider-container .owl-nav .owl-next:hover {
  background: none;
  color: #333333;
}

.homepage .customers-reviews .slider-container .owl-nav .owl-prev {
  left: -15px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.homepage .customers-reviews .slider-container .owl-nav .owl-next {
  right: -15px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.homepage .customers-reviews .slider-container .owl-dots {
  margin-top: 0;
  position: absolute;
  top: 16px;
  left: 220px;
}

.homepage .customers-reviews .slider-container .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
}

.homepage .customers-reviews .slider-container .owl-dots .owl-dot span {
  background-color: transparent;
  border-color: #FFFFFF;
  width: 14px;
  height: 14px;
  margin: 5px 0;
}

.homepage .customers-reviews .slider-container .owl-dots .owl-dot.active span {
  background-color: #FFFFFF;
}

.homepage .contact-us-container {
  margin: 166px 0 120px;
  text-align: center;
}

.homepage .contact-us-container .contact-us-question {
  font-family: 'SofiaProBold';
  font-weight: 400;
  font-size: 50px;
  letter-spacing: -0.5px;
  margin-bottom: 121px;
}

.homepage .contact-us-container #curve-arrow-3 {
  display: none;
  width: 100px;
  margin: 0 auto 10px;
}

.homepage .contact-us-container .button-container .contact-us-button {
  background: #595ad4;
  padding: 14px 50px;
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  font-family: 'sofia-pro';
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.01px;
  line-height: 25px;
  position: relative;
}

.homepage .contact-us-container .button-container .contact-us-button:hover {
  text-decoration: none;
}

.homepage .contact-us-container .button-container .contact-us-button:before {
  content: '';
  background: url("/hc/theming_assets/01JR54DQ7WTGXZH0F23SS462TE") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  -webkit-transform: translateX(-100%) rotate(180deg);
  -ms-transform: translateX(-100%) rotate(180deg);
  transform: translateX(-100%) rotate(180deg);
  z-index: -1;
}

.homepage .contact-us-container #curve-arrow-2 {
  width: 170px;
  margin: 0 auto;
  -webkit-transform: translate(110%, -25%);
  -ms-transform: translate(110%, -25%);
  transform: translate(110%, -25%);
}

.homepage .mobile-text {
  display: none;
}

html[lang='es'] .homepage .contact-us-container #curve-arrow-2 {
  -webkit-transform: translate(140%, -25%);
  -ms-transform: translate(140%, -25%);
  transform: translate(140%, -25%);
}

@media only screen and (max-width: 1200px) {
  .homepage .section-links {
    padding: 0 38px;
  }
  .homepage .fast-solutions {
    padding-left: 38px;
    padding-right: 38px;
  }
  .homepage .customers-reviews .slider-container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 992px) {
  .homepage .section-links {
    margin-top: 24px;
  }
  .homepage .section-links .links-container {
    padding-top: 22px;
  }
  .homepage .fast-solutions {
    padding: 46px 38px 58px;
    border: none;
  }
  .homepage .fast-solutions .solutions-container .solution-inner {
    margin-top: 23px;
  }
}

@media only screen and (max-width: 768px) {
  .homepage .search-box {
    margin-top: 30px;
    padding: 0;
  }
  .homepage .search-box .help-question {
    text-align: center;
  }
  .homepage .search-box .help-question .mobile-text {
    display: block;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    width: 230px;
    margin: 0 auto;
  }
  .homepage .search-box .hint {
    display: none;
  }
  .homepage .section-links .links-container:first-child {
    padding-top: 41px;
  }
  .homepage .section-links .links-container .circle.yellow {
    -webkit-transform: translate(-81px, 0);
    -ms-transform: translate(-81px, 0);
    transform: translate(-81px, 0);
  }
  .homepage .section-links .links-container .circle.red {
    left: auto;
    right: 0;
    -webkit-transform: translate(62px, -67px);
    -ms-transform: translate(62px, -67px);
    transform: translate(62px, -67px);
  }
  .homepage .section-links .links-container .circle.green {
    left: 0;
    -webkit-transform: translate(-74px, -12px);
    -ms-transform: translate(-74px, -12px);
    transform: translate(-74px, -12px);
  }
  .homepage .section-links .links-container .circle.violet {
    left: auto;
    right: 0;
    -webkit-transform: translate(72px, -89px);
    -ms-transform: translate(72px, -89px);
    transform: translate(72px, -89px);
  }
  .homepage .fast-solutions {
    background: #F9F9F9;
  }
  .homepage .fast-solutions .section-head {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.32px;
    margin-bottom: 6px;
  }
  .homepage .fast-solutions .solutions-container .solution-inner .solution-item {
    padding-left: 43px;
    padding-right: 43px;
    font-family: 'sofia-pro';
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -0.2px;
  }
  .homepage .customers-reviews {
    margin-top: 47px;
  }
  .homepage .customers-reviews .customer-head {
    padding: 0 20px;
    font-family: 'sofia-pro';
    font-weight: bold;
    font-size: 28px;
    letter-spacing: -0.32px;
  }
  .homepage .customers-reviews .slider-container {
    padding: 0;
  }
  .homepage .customers-reviews .slider-container .owl-carousel .owl-stage-outer {
    overflow-x: scroll;
  }
  .homepage .customers-reviews .slider-container .owl-carousel .owl-stage-outer .owl-stage {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  .homepage .customers-reviews .slider-container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 320px !important;
  }
  .homepage .customers-reviews .slider-container .carousel-item .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: 20px;
  }
  .homepage .customers-reviews .slider-container .carousel-item .card-container .left-section {
    border-radius: 0 0 6px 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
  .homepage .customers-reviews .slider-container .carousel-item .card-container .left-section .tag-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
  }
  .homepage .customers-reviews .slider-container .carousel-item .card-container .left-section .tag-container .tag {
    color: white;
    padding: 4px 16px;
    display: inline-block;
    background-color: rgba(51, 51, 51, 0.25);
  }
  .homepage .customers-reviews .slider-container .carousel-item .card-container .left-section .card-name .title {
    font-size: 21px;
  }
  .homepage .customers-reviews .slider-container .carousel-item .card-container .left-section .card-name .author {
    font-size: 28px;
  }
  .homepage .customers-reviews .slider-container .owl-nav {
    display: none;
  }
  .homepage .customers-reviews .slider-container .owl-dots {
    display: none;
  }
  .homepage .contact-us-container {
    margin: 79px 0 86px;
  }
  .homepage .contact-us-container .contact-us-question {
    font-family: 'sofia-pro';
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 42px;
    padding: 0 30px;
  }
  .homepage .contact-us-container .button-container .contact-us-button:after {
    content: unset;
  }
  .homepage .contact-us-container #curve-arrow-2 {
    display: none;
  }
  .homepage .contact-us-container #curve-arrow-3 {
    display: block;
  }
  .homepage .desktop-text {
    display: none;
  }
  .homepage .mobile-text {
    display: block;
  }
}

.article-vote-controls .article-vote-up, .article-vote-controls .article-vote-down {
  font-size: 40px;
  border: 0;
  cursor: pointer;
  padding: 10px 10px;
}

.article-vote-controls .article-vote-up:hover, .article-vote-controls .article-vote-down:hover {
  background: none;
  color: #00a1e5;
}

.article-vote-controls .article-vote-up {
  color: #68BF6A;
}

.article-vote-controls .article-vote-down {
  color: #fb275d;
}

.category-tree .category .category-desc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knowledge-base .category-tree .category .category-desc {
  padding: 25px 13px 23px 25px;
}

.knowledge-base .category-tree .category .category-desc a:hover {
  color: #595ad4;
}

.knowledge-base .category-tree .category:nth-child(odd) {
  margin-right: 8px;
  max-width: calc(50% - 8px);
}

.knowledge-base .category-tree .category:nth-child(even) {
  margin-left: 8px;
  max-width: calc(50% - 8px);
}

.category-tree .category .category-desc p.description {
  padding: 10px 0;
  padding-right: 20%;
}

.category-tree .category .category-desc .category_nav_button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer {
  font-size: 12px;
  font-family: 'SofiaPro';
  padding: 40px 32px 0 32px;
  background: linear-gradient(180deg, #F5F6F8 0%, rgba(245, 246, 248, 0) 67.54%);
  color: #535768;
}

.footer .footer-inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.footer .footer-inner .footer-head {
  margin-right: 120px;
  flex-grow: 1;
}

.footer .footer-inner .footer-head .footer-contacts .monday-footer-logo {
  display: inline-block;
}

.footer .address-info-part {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  margin: auto;
}

.footer .address-info-part-title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'sofia-pro';
}

.footer .footer-inner .footer-head .footer-contacts p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 16px;
}

footer .lang-switcher{
  position: relative;
}

footer .lang-switcher .current-lang {
  margin: 0 8px;
  cursor: pointer;
  font-family: 'Poppins', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #535768;
  -webkit-transition: 100ms color ease;
  transition: 100ms color ease;
  text-decoration: underline;
}

footer .lang-switcher .arrow-down-icon {
  height: 10px;
  width: 10px;
  transform: translateY(1px);
  transition: transform 200ms ease;
}

footer .lang-switcher .lang-switcher-inner {
  display: flex;
  align-items: center;
}

footer .lang-switcher .lang-switcher-inner:hover .current-lang,
footer .lang-switcher .lang-switcher-inner:hover {
  color: #4353FF;
}

footer .lang-switcher .lang-switcher-inner:hover path{
  stroke: #4353FF;
}

footer .lang-switcher .lang-switcher-inner.active .arrow-down-icon {
  transform: translateY(1px) rotate(180deg);
}

footer .lang-switcher .lang-switcher-inner:hover .arrow-down-icon path {
  fill: #4353FF;
}

footer .lang-switcher .current-lang img {
  width: 20px;
  height: 15px;
  margin-right: 12px;
}

footer .lang-switcher .locales-dropdown {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 40px;
  background-color: white;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  border-radius: 4px;
}

footer .lang-switcher .locales-dropdown a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
  font-size: 0.8125rem;
  color: #535768;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  padding: 0px 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  height: 32px;
  width: 100%;
  margin: 0;
  display: inline-block;
}

footer .lang-switcher .locales-dropdown a.selected,
footer .lang-switcher .locales-dropdown a:hover {
  background-color: #F5F6F8;
}

footer .lang-switcher .locales-dropdown a img {
  width: 20px;
  height: 15px;
  margin-right: 12px;
}

.footer .footer-inner .categories-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer .footer-inner .categories-container .category-container {
  width: 150px;
  margin-right: 16px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer .footer-inner .categories-container .category-container ul {
  margin-bottom: 0;
}

.footer .footer-inner .categories-container .category-container li {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.15;
}

.footer .footer-inner .categories-container .category-container li:last-child {
  margin-bottom: 0;
}

.footer .footer-inner .categories-container .category-container li:first-child {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  font-family: "sofia-pro";
}

.footer .footer-inner .categories-container .category-container li a {
  color: #333;
  font-family: 'SofiaPro';
}

.footer .footer-inner .categories-container .category-container li a:hover {
  text-decoration: none;
  color: #595AD4;
}

.footer .footer-inner .categories-container .category-container .security-logos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-inner .categories-container .category-container .security-logos-container .security-logos {
  width: 40px;
  margin-right: 8px;
}

.footer .footer-inner .categories-container .category-container .security-logos-container .security-logos:hover {
  opacity: 0.7;
}

.footer .colophon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 65px;
  position: relative;
}

.footer .colophon .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.footer .colophon .social-icons svg {
  margin: 0 5px;
}

.footer .colophon .social-icons .pinterest svg:hover path {
  fill: #CC2127;
}

.footer .colophon .social-icons .twitter svg:hover path {
  fill: #00AAEC;
}

.footer .colophon .social-icons .linkedin svg:hover path {
  fill: #007EBB;
}

.footer .colophon .social-icons .facebook svg:hover path {
  fill: #4460A0;
}

.footer .colophon .social-icons .youtube svg:hover path {
  fill: #CE1312;
}

.footer .colophon .social-icons .instagram svg:hover path {
  fill: #cd486b;
}

.footer .colophon .social-icons .instagram svg:hover path {
  fill: #cd486b;
}

.footer .app-store svg, .footer .google-play svg {
  margin: 8px 8px 0 0;
}

footer .footer-inner {
  width: 1440px;
  padding: 0 32px;
}

footer .footer-bottom {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid;
  border-top-color: #e6e9ef;
  padding: 24px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly:
}

.footer .links-container .short-footer-link-component-wrapper {
  display: flex;
}

.footer .links-container .short-footer-link-component-wrapper:not(:last-child) {
  margin-right: 40px;
}

.footer .links-container .short-footer-link-component-wrapper.terms-of-service {
  margin-left: -20px;
}

.footer .links-container .short-footer-link-component-wrapper .footer-bottom-bar-link-component {
  font-size: 14px;
  color: #535768;
  -webkit-transition: 100ms color ease;
  transition: 100ms color ease;
  text-decoration: underline;
}

.footer .links-container .short-footer-link-component-wrapper .footer-bottom-bar-link-component:hover {
  color: #4353FF;
}

.footer .links-container .short-footer-link-component-wrapper .security-logos-wrapper {
  margin-left: 24px;
}

.footer .links-container .short-footer-link-component-wrapper .security-logos-wrapper .security-logos-component {
  display: flex;
}

.security-logos-component .logo-img-container {
  margin-right: 8px;
  cursor: pointer;
}

.security-logos-component .logo-img-container img {
  height: 24px;
}

footer .palette-icons-container {
  display: flex;
}

footer .palette-icons-container .icons-wrapper {
  width: 185px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .social-media-icon:hover svg path {
  fill: #4353FF;
}

@media only screen and (max-width: 992px) {
  .footer .footer-inner {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .footer .footer-inner .footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 123px;
  }
  .footer .footer-inner .categories-container .category-container .security-logos-container .security-logos {
    width: 34px;
  }
  .footer .colophon .made-with-love-sentence {
    margin-bottom: 15px;
  }
  .footer .colophon .social-icons {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 40px 40px 0;
  }
  .footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 24px;
  }
  .footer .footer-inner .footer-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
  }
  .footer .footer-inner .footer-head .footer-app-links {
    margin-left: 35px;
  }
  .footer .lang-switcher {
    position: relative;
  }
  .footer .lang-switcher .locales-dropdown {
    position: absolute;
    left: -40px;
    top: 40px;
    width: 180px;
  }

  .footer .lang-switcher .arrow-down-icon {
    height: 10px;
    width: 10px;
    transform: translateY(1px);
    transition: transform 200ms ease;
  }

  .footer .footer-inner .categories-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer .footer-inner .categories-container .category-container {
    width: 130px;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }
  .footer .footer-inner .categories-container .category-container li:first-child {
    margin-top: 24px;
  }
  .footer .colophon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .colophon .made-with-love-sentence {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer .footer-inner {
    padding-left: 0;
  }
  .footer .footer-inner .footer-head {
    margin-left: 0;
    padding: 0 16px;
  }
  .footer .footer-inner .footer-head .footer-contacts {
    padding-left: 0;
  }
  .footer .footer-inner .categories-container {
    padding: 0 0 0 8px;
  }
}

footer .footer-content-container {
  padding: 95px 64px 0 64px;
  font-size: 14px;
}

.all-rights-reserved-container {
  margin-right: 50px;
}

.all-rights-reserved-container p {
  font-size: 14px;
  line-height: 2;
}

footer ul.nav {
  width: 100%;
  overflow: hidden;
  list-style-type: none;
}

footer ul.nav li.item {
  list-style-position: inside;
  margin-right: 50px;
}

footer ul.nav li.item a {
  color: #8A8A8A;
  font-size: 16px;
}

/* Generated by Glyphter (http://www.glyphter.com) on  Thu Aug 02 2018*/
@font-face {
  font-family: 'glyphter';
  src: url("/hc/theming_assets/01JR54DEE36PBP4TNE5V9WFJA2");
  src: url("/hc/theming_assets/01JR54DEE36PBP4TNE5V9WFJA2?#iefix") format("embedded-opentype"), url("/hc/theming_assets/01JR54DRVKB79Q4GC8ZDZVDCX3") format("woff"), url("/hc/theming_assets/01JR54DPSZRAHVJB2XP2Z8BSRD") format("truetype"), url("/hc/theming_assets/01JR54DJF1XP7BRNTXXBX3BGAN#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bubble:before {
  content: '\0041';
}

.icon-facebook:before {
  content: '\0042';
}

.icon-star-fill:before {
  content: '\0043';
}

.icon-star:before {
  content: '\0044';
}

.icon-thumbs_down_fill:before {
  content: "E" !important;
}

.icon-thumbs_down:before {
  content: '\0046';
}

.icon-thumbs_up_fill:before {
  content: "G" !important;
}

.icon-thumbs_up:before {
  content: '\0048';
}

.icon-twitter:before {
  content: '\0049';
}

.icon-whatsapp:before {
  content: '\004a';
}

/* Bootstarp update fixes */
h1.help-question{
  color: #333333;
}
a{
  text-decoration: none !important;
}
.links-group ul.links{
  padding-left: 0;
}

/* ====================================================
   Requests page custom css
   ==================================================== */

.requests-page-container .my-activities-header{
  padding: 0;
  margin-top: 25px;
  margin-bottom: 15px;
  border: none;
  position: relative;
}

.requests-page-container .my-activities-header h1{
  color: #323338;
  font-family: 'SofiaPro';
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
  font-weight: 600;
}

.requests-page-container .my-activities-header .submit-new-request{
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px){
  .requests-page-container .my-activities-header .submit-new-request{
    display: none;
  }
}

.requests-page-container .my-activities-header .submit-new-request button{
  padding: 0 10px;
  border: 1px solid #0073EA;
  background: transparent;
  border-radius: 24px;
  height: 30px;
}

.requests-page-container .my-activities-header .submit-new-request button a{
  color: #0073EA;
  font-family: 'SofiaPro';
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.02em;
}

.requests-page-container .my-activities-header .my-activities-sub-nav{
  padding: 0;
  margin: 0;
}

.requests-page-container .my-activities-header .my-activities-sub-nav .collapsible-nav-list{
  padding: 0;
  margin: 0;
  display: flex;
}

.requests-page-container .my-activities-header .my-activities-sub-nav .collapsible-nav-list li{
  font-family: 'SofiaPro';
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #676879;
  padding: 0 10px;
  border: 1px solid #676879;
  border-radius: 24px;
  background: #fff;
  height: 30px;
}

.requests-page-container .my-activities-header .my-activities-sub-nav .collapsible-nav-list li a{
  color: #676879;
}

.requests-page-container .my-activities-header .my-activities-sub-nav .collapsible-nav-list li[aria-selected="true"]{
  color: #0073EA;
  border: 1px solid #0073EA;
  background: #DFF0FF;
}

.requests-page-container .my-activities-header .my-activities-sub-nav .collapsible-nav-list li:not(:last-child){
  margin-right: 10px;
}

.requests-page-container .requests-table-toolbar{
  margin-bottom: 15px;
}

.requests-page-container .requests-table-toolbar .search{
  margin-bottom: 15px;
}

.requests-page-container .requests-table-toolbar .search input{
  min-width: 65%;
  height: 30px;
  color: #323338;
  font-size: 14px;
  font-family: 'SofiaPro';
  background: #FFFFFF;
  border: 1px solid #C5C7D0;
  border-radius: 20px;
  letter-spacing: -0.02em;
  padding: 5px 10px;
}

.requests-page-container .requests-table-toolbar .search input::placeholder{
  color: #323338;
  font-size: 14px;
  font-family: 'SofiaPro';
  letter-spacing: -0.02em;
}

.requests-page-container .requests-table-toolbar .request-table-filter label.request-filter {
  margin-right: 8px;
  font-size: 14px;
  font-family: 'SofiaPro';
  letter-spacing: -0.02em;
  color: #323338;
}

.requests-page-container .requests-table-toolbar .request-table-filter select.request-filter {
  background: #FFFFFF;
  border: 1px solid #C5C7D0;
  border-radius: 20px;
  padding: 5px 10px;
  height: 30px;
  font-size: 14px;
  font-family: 'SofiaPro';
  letter-spacing: -0.02em;
  color: #323338;
}

.requests-page-container .requests-table-toolbar{
  position: relative;
}

.requests-page-container .requests-table-toolbar .submit-new-request{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
}

@media (min-width: 768px){
  .requests-page-container .requests-table-toolbar .submit-new-request{
    display: block;
  }
}

.requests-page-container .requests-table-toolbar .submit-new-request button{
  padding: 0 10px;
  border: 1px solid #0073EA;
  background: transparent;
  border-radius: 24px;
  height: 35px;
}

.requests-page-container .requests-table-toolbar .submit-new-request button a{
  color: #0073EA;
  font-family: 'SofiaPro';
  font-size: 16px;
  line-height: 35px;
  letter-spacing: -0.02em;
}

.requests-page-container .requests table.requests-table thead{
  border-top: 1px solid #C5C7D0;
}

.requests-page-container .requests table.requests-table tbody{
  border: none;
}

.requests-page-container .requests table.requests-table tr{
  border-bottom: 1px solid #C5C7D0;
}

.requests-page-container .requests table.requests-table thead tr th{
  font-family: 'SofiaPro';
  font-size: 14px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #676879;
}

.requests-page-container .requests table.requests-table thead tr th a{
  color: #0073EA;
}

.requests-page-container .requests table.requests-table thead tr th a span{
  color: #0073EA;
  margin-left: 3px;
}

.requests-page-container .requests table.requests-table thead tr th.id{
  display: none;
}

.requests-page-container .requests table.requests-table thead tr th.created-date{
  display: none;
}

.requests-page-container .requests table.requests-table tbody tr td{
  font-family: 'SofiaPro';
  font-size: 14px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #676879;
}

.requests-page-container .requests table.requests-table tbody tr td a{
  color: #0073EA;
}

.requests-page-container .requests table.requests-table tbody tr td.id{
  display: none;
}

.requests-page-container .requests table.requests-table tbody tr td.created-date{
  display: none;
}

.requests-page-container .requests table.requests-table tbody tr td.status .status-label{
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}

.requests-page-container .requests table.requests-table tbody tr td.status .status-label-solved{
  background-color: #00c875;
}

.requests-page-container .requests table.requests-table tbody tr td.status .status-label-answered{
  background-color: #fdab3d;
}

.requests-page-container .requests table.requests-table tbody tr td.status .status-label-open{
  background-color: #579bfc;
}

.requests-page-container .requests table.requests-table tbody tr td.status .status-label-new{
  background-color: #579bfc;
}

.requests-page-container .requests table.requests-table tbody tr td.status .status-label-closed{
  background-color: #b0b0b0;
}

@media only screen and (min-width: 768px) {
  .requests-page-container .my-activities-header{
    margin-bottom: 30px;
  }

  .requests-page-container .my-activities-header h1{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }

  .requests-page-container .my-activities-header .my-activities-sub-nav .collapsible-nav-list li{
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
    height: 35px;
  }

  .requests-page-container .requests-table-toolbar{
    display: flex;
  }

  .requests-page-container .requests-table-toolbar .search input{
    min-width: 500px;
    height: 35px;
    font-size: 14px;
    padding: 7px 10px;
    margin-right: 25px;
  }

  .requests-page-container .requests-table-toolbar .request-table-filter select.request-filter {
    background: #FFFFFF;
    border: 1px solid #C5C7D0;
    border-radius: 20px;
    padding: 7px 10px;
    height: 35px;
    font-size: 14px;
    font-family: 'SofiaPro';
    letter-spacing: -0.02em;
    color: #323338;
  }

  .requests-page-container .requests table.requests-table tbody tr td{
    font-size: 18px;
  }

  .requests-page-container .requests table.requests-table thead tr th.id{
    display: table-cell;
  }

  .requests-page-container .requests table.requests-table thead tr th.created-date{
    display: table-cell;
  }

  .requests-page-container .requests table.requests-table tbody tr td.id{
    display: table-cell;
  }

  .requests-page-container .requests table.requests-table tbody tr td.created-date{
    display: table-cell;
  }
}

/* ====================================================
   Request page custom css
   ==================================================== */
.request-page-container{
  margin-top: 25px;
  font-family: 'SofiaPro';
}

.request-page-container h2{
  color: #323338;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
  font-weight: 600;
}

.request-page-container .request-container .request-main{
  margin-bottom: 15px;
}

.request-page-container .request-container .request-main .comment-list{
  padding: 0;
  padding-right: 3px;
}

.request-page-container .request-container .request-main .comment-list .comment .comment-wrapper .comment-info .comment-author{
  margin-bottom: 8px;
}

.request-page-container .request-container .request-main .comment-list .comment .comment-wrapper .comment-info .comment-author .avatar {
  display: none;
}

.request-page-container .request-container .request-main .comment-list .comment .comment-wrapper .comment-info .attachments {
  padding: 0;
  padding-right: 3px;
}

.request-page-container .request-container .request-main .request-follow-up{
  text-align: left;
}

.request-page-container .request-container .request-main form.comment-form .avatar{
  display: none;
}

.request-page-container .request-container .request-sidebar  .request-details{
  font-size: 14px;
  padding: 10px 16px;
}

.request-page-container .request-container .request-sidebar  .request-details .attachments{
  padding: 0;
  padding-right: 3px;
}

.request-page-container .request-container .request-sidebar .request-details dt:nth-of-type(n+4) {
  display: none;
}

.request-page-container .request-container .request-sidebar .request-details dd:nth-of-type(n+4) {
  display: none;
}

@media only screen and (min-width: 768px) {
  .request-page-container h2{
    font-size: 30px;
    line-height: 40px;
  }

  .request-page-container .request-container{
    display: flex;
    justify-content: space-between;
  }

  .request-page-container .request-container .request-main{
    width: 65%;
  }

  .request-page-container .request-container .request-main .comment-list .comment .comment-wrapper .comment-info .comment-author{
    display: flex;
    align-items: center;
  }

  .request-page-container .request-container .request-main .comment-list .comment .comment-wrapper .comment-info .comment-author .avatar{
    display: block;
  }

  .request-page-container .request-container .request-main .comment-list .comment .comment-wrapper .comment-info .comment-author .avatar img{
    border-radius: 50%;
    min-width: 65px;
    min-height: 65px;
  }

  .request-page-container .request-container .request-sidebar{
    width: 30%;
  }

  .requests-page-container .requests table.requests-table tbody tr td.status .status-label{
    padding: 7px 10px;
  }
}

/* ====================================================
   New request page custom css
   ==================================================== */

.new-request-page-container{
  padding-top: 25px;
}

.new-request-page-container h1{
  color: #323338;
  font-family: 'SofiaPro';
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
  font-weight: 600;
}

.new-request-page-container .form form .request_ticket_form_id{
  display: none;
}

.new-request-page-container .form form .form-field{
  margin-top: 15px;
  font-family: 'SofiaPro';
}

.new-request-page-container .form form .form-field ul, .new-request-page-container .form form .form-field input, .new-request-page-container .form form .form-field a, .new-request-page-container .form form .form-field textarea, .new-request-page-container .form form .form-field .upload-dropzone{
  border-radius: 4px;
}

.new-request-page-container .form form footer{
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .new-request-page-container h1{
    padding-top: 30px;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: center;
  }

  .new-request-page-container .form{
    margin: 0 auto;
  }
}

/* articles nav  */
.article_content_wrapper .sidebar .categories .card .card-body .section-wrapper ul{
  padding-left: 22px;
}

.article_content_wrapper .sidebar .categories .card .card-body a strong{
  font-weight: 400;
}

.article_content_wrapper .sidebar .categories .card .card-body .section-wrapper ul li{
  position:relative;
}

.article_content_wrapper .sidebar .categories .card .card-body .section-wrapper ul li::after{
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  background: #fff;
  top: 7px;
  left: -20px;
  z-index: 1;
}

.article_content_wrapper .sidebar .categories .card .card-body .section-wrapper ul li::before{
  content:"";
  position: absolute;
  left: -17px;
  border-left: 1px solid #C5C7D0;
  height: 200%;
  width: 1px;
}

.article_content_wrapper .sidebar .categories .card .card-body .section-wrapper ul li:first-child::before{
  top: 7px;
}

.article_content_wrapper .sidebar .categories .card .card-body .section-wrapper ul li:last-child::before{
  height: 13px;
}

.article_content_wrapper .sidebar .categories .card .card-body #articles__anchor li.active::after{
  top: 5px;
  height: 11px;
  width: 11px;
  background: #595AD4;
  left: -22px;
  border: none;
}

.article_content_wrapper .sidebar .categories .card .card-body .section-wrapper ul li a{
  margin-bottom: 15px;
}

.article_content_wrapper .sidebar .categories .card .card-body .section-wrapper ul li.active a strong{
  font-weight: 500;
}

/* article vote */
.article_content_wrapper .sidebar .article-vote-controls{
  text-align: left;
}

.article_content_wrapper .sidebar .article-vote-controls .article-vote-up, .article_content_wrapper .sidebar .article-vote-controls .article-vote-down{
  padding: 0 5px 0 0;
}

.article_content_wrapper .sidebar .article-vote-controls .article-vote-up.icon-thumbs_up::before,
.english-page.article_content_wrapper .article-vote-controls .article-vote-up.icon-thumbs_up::before {
  content: "" !important;
  background: url(/hc/theming_assets/01JR54DG11JX7ZCNJ2K9KPPFTV);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}

.article_content_wrapper .sidebar .article-vote-controls .article-vote-down.icon-thumbs_down::before,
.english-page.article_content_wrapper .article-vote-controls .article-vote-down.icon-thumbs_down::before{
  content: "" !important;
  background: url(/hc/theming_assets/01JR54DGQVK3AC3Y3SFX2WN2QG);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}

.article_content_wrapper .sidebar .article-vote-controls .article-vote-up.icon-thumbs_up.article-voted.icon-thumbs_up_fill::before,
.english-page.article_content_wrapper .article-vote-controls .article-vote-up.icon-thumbs_up.article-voted.icon-thumbs_up_fill::before {
  content: "" !important;
  background: url(/hc/theming_assets/01JR54DWSY2Y0TC62DS7BRT1HG);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}

.article_content_wrapper .sidebar .article-vote-controls .article-vote-down.icon-thumbs_down.article-voted.icon-thumbs_down_fill::before,
.english-page.article_content_wrapper .article-vote-controls .article-vote-down.icon-thumbs_down.article-voted.icon-thumbs_down_fill::before {
  content: "" !important;
  background: url(/hc/theming_assets/01JR54DXFG1T6R3HSH95V3D4WH);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
}

/* accordion active  */
.accordion-container.active img{
  transform: rotate(90deg);
}

.accordion-container.active .accordion-body{
  padding: 10px 0 0 25px !important;
  max-height: fit-content !important;
  opacity: 1 !important;
}

/* magnifying glass */

.img-magnifier-container {
  position:relative;
}

.img-magnifier-container:hover .img-magnifier-glass{
  opacity:1;
}

.img-magnifier-glass {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 130px;
  height: 130px;
  opacity: 0;
}

/* results page */

.content_wrapper.results-content_wrapper{
  padding-top: 0;
}

.content_wrapper.results-content_wrapper .results-sub-nav{
  padding: 30px 0;
  margin: 0;
}

.content_wrapper.results-content_wrapper .results-sub-nav .breadcrumbs{
  padding-left: 0;
}

.content_wrapper.results-content_wrapper .results-sub-nav .breadcrumbs li{
  font-size: 16px;
  font-family: 'SofiaPro';
  color: #69696A;
}

.content_wrapper.results-content_wrapper .search-results .search-results-heading{
  font-size: 26px;
  font-family: 'SofiaPro';
  color: #000;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column{
  width: 100% !important;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-subheading{
  font-size: 16px;
  font-family: 'SofiaPro';
  color: #676879;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-subheading + p{
  opacity: 0;
  pointer-events: none;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list{
  padding-left: 0;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result{
  display: flex;
  flex-direction: column;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result a.search-result-link{
  font-size: 16px;
  font-family: 'SofiaPro';
  margin-bottom: 5px;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result .search-result-votes{
  order: 4;
  margin: 0;
  width: fit-content;
  background: #595AD4;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 6px 8px;
  border-radius: 4px;
  position: relative;
  padding-left: 25px;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result .search-result-votes:before{
  content: "";
  background: url("/hc/theming_assets/01JR54DXFH8DD6C0CJ97Q6D1FV");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 7px;
  top: 10px;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result .search-result-meta{
  margin-bottom: 5px;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result .search-result-meta p{
  font-size: 16px;
  font-family: 'SofiaPro';
  margin: 0;
  color: #69696A;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result .search-result-description{
  margin-bottom: 10px;
}

.content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result .search-result-description p{
  font-size: 16px;
  font-family: 'roboto';
  margin: 0;
  color: #69696A;
}

@media (min-width: 768px){
  .content_wrapper.results-content_wrapper .results-sub-nav{
    padding: 40px 0;
  }

  .content_wrapper.results-content_wrapper .search-results .search-results-heading{
    font-size: 36px;
  }

  .content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-subheading{
    font-size: 24px;
  }

  .content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result a.search-result-link{
    font-size: 20px;
    margin-bottom: 8px;
  }

  .content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result .search-result-meta{
    margin-bottom: 20px;
  }

  .content_wrapper.results-content_wrapper .search-results .search-results-column .search-results-list li.search-result .search-result-description{
    margin-bottom: 15px;
  }
}

/* inline styles fixes */

.article-info-wrapper{
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.article-info-wrapper .article-time-tracking .time-tracking-img{
  width: 20px;
  height: 20px;
}

.article-info-wrapper .article-time-tracking .time-tracking{
  font-size: 16px;
  font-family: 'SofiaPro';
  font-weight: 400;
  vertical-align: text-top;
  line-height: 23px;
  color: #69696a;
}

.article-info-wrapper .article-type .type-img{
  width: 20px;
  height: 20px;
}

.article-info-wrapper .article-type .type{
  font-size: 16px;
  font-family: 'SofiaPro';
  font-weight: 400;
  vertical-align: text-top;
  line-height: 23px;
  color: #69696a;
}

.accordion-container{
  background: #fff;
  border: 1px solid #0073EA;
  border-radius: 8px;
  padding: 17px;
  margin: 15px 0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-out;
}

.accordion-container .accordion-arrow{
  position: absolute;
  top: 24px;
  transition: all 0.2s ease-out;
}

.accordion-container .accordion-header{
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #333333;
  padding-left: 25px;
  vertical-align: middle;
}

.accordion-container .accordion-body{
  padding: 0 0 0 25px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
/* Monday Header */

:root {
  --fs13: 0.8125rem; /* 14 */
  --fs14: 0.875rem;  /* 16 */
}

header.base-header-mobile-component [role=button] {
  border: unset;
}

/* stylelint-disable */
/* Monday WP header - Replace menu shadow with box-shadow: 0px 4px 4px rgba(223, 240, 255, 0.66); */
header {
  font-family: Poppins,sans-serif !important;
}
body #base-layout-segment-component-0.base-layout-segment-component {
  font-size: 16px;
}
#base-layout-segment-component-0.base-layout-segment-component img {
  vertical-align: baseline;
}
.admin-bar.secondary-menu-active .basic-header-component .basic-header-content-wrapper .basic-header-content,
.admin-bar.secondary-menu-active .basic-header-component .basic-header-content-wrapper {
  margin-top: 32px;
}
.content-link {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  background-color: #fff;
  display: inline-block;
  opacity: 0;
  z-index: 1000;
  outline: auto;
}
.content-link.active {
  opacity: 1;
  display: inline-block !important;
  color: #00e;
  font-size: 16px;
  line-height: 1.15;
  padding: 0 0 2px;
  text-decoration: underline;
  outline: 2px solid #595ad4;
}
.bypass-block-menu-component .menu-item {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.bypass-block-menu-component .menu-item:focus {
  opacity: 1;
  pointer-events: auto;
}
.picture-component.blur-image.jsx-4212101279 img.jsx-4212101279 {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.picture-lazy.jsx-4212101279 {
  opacity: 0;
}
.link-item-with-menu-component {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #000000;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  border-radius: 0;
  border-bottom: 1px solid #FFFFFF;
}
.link-item-with-menu-component.is-open,
.link-item-with-menu-component:hover,
.link-item-component:hover {
  color: #000000;
  outline: none;
  /*background-color: #F0F3FF;*/
  /*border-bottom: 1px solid #000000;*/
}
.link-item-with-menu-component.is-open .link-item-with-menu-icon path,
.link-item-with-menu-component:hover .link-item-with-menu-icon path {
  fill: #000000;
}
.link-item-with-menu-component.is-open .link-item-with-menu-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.link-item-with-menu-component .link-item-with-menu-title {
  font-size: 0.875rem;
  margin-right: 4px;
}
.link-item-with-menu-component .link-item-with-menu-icon {
  height: 7px;
  width: 10px;
  -webkit-transition: -webkit-transform 200ms ease;
  -webkit-transition: transform 200ms ease;
  transition: transform 200ms ease;
}

.link-item-with-menu-component .link-item-with-menu-icon path {
  fill: #000000;
}

.link-item-component {
  font-size: 0.875rem;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #535768;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  border-radius: 8px;
}
.link-item-component:hover {
  color: #595ad4;
}
.ladda-button {
  padding: 16px 32px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 40px;
  border: none;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 17px;
}
.primary-font .ladda-button {
  font-size: 0.8125rem !important;
  line-height: 1.7;
}
/* .primary-font .ladda-button .signup-text {
  position: relative;
  top: 2px;
} */
/* .primary-font .ladda-button .arrow-wrapper svg {
  position: relative;
  top: 1px;
} */
@media (max-width: 767px) {
  .primary-font .ladda-button .signup-text,
  .primary-font .ladda-button .arrow-wrapper svg {
    top: 0;
  }
}
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}
.ladda-button[data-style="zoom-in"] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.ladda-button[data-style="zoom-in"]:not(:hover) {
  -webkit-transition: 0.1s ease background-color;
  transition: 0.1s ease background-color;
}
.ladda-button.disable-animation.ladda-button[data-style="zoom-out"] .ladda-label {
  -webkit-transition: none !important;
  transition: none !important;
  z-index: 0;
}
.ladda-button.disable-animation.ladda-button .ladda-label {
  -webkit-transition: none !important;
  transition: none !important;
  z-index: 0;
}
.ladda-button.invert {
  border-width: 1px;
  border-style: solid;
}
.ladda-button:disabled {
  cursor: auto;
}
.ladda-button:hover {
  outline: none;
}
.ladda-button[data-button-color="workos-iris"]:not(.invert):hover {
  background-color: #5a5ad5;
  -webkit-filter: unset;
  filter: unset;
}
.ladda-button.disable-animation.ladda-button .ladda-label {
  -webkit-transition: none !important;
  transition: none !important;
  z-index: 0;
}
.page-template-esg .content-slider .ladda-button.disable-animation.ladda-button .ladda-label .signup-text {
  font-size: 1rem;
}
.ladda-button[data-style="zoom-in"] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button img {
  vertical-align: middle;
}
.ladda-button.blue {
  background-color: #009aff;
  color: #fff;
}
.ladda-button.blue.invert {
  color: #009aff;
  background-color: #fff;
  border-color: #009aff;
}
.ladda-button.blue.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.blue:disabled {
  background-color: #0584d7;
}
.ladda-button.outline-blue {
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: #00a9ff;
}
.ladda-button.outline-blue.invert {
  color: #fff;
  background-color: #00a9ff;
  border-color: #fff;
}
.ladda-button.outline-blue.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.outline-blue:disabled {
  background-color: #fff;
}
.ladda-button.outline-dark-blue,
.ladda-button.outline-dark-blue-inverted-hover {
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: #595ad4;
}
.ladda-button.outline-dark-blue.invert,
.ladda-button.outline-dark-blue-inverted-hover.invert {
  color: #fff;
  background-color: #595ad4;
  border-color: #fff;
}
.ladda-button.outline-dark-blue.invert:hover,
.ladda-button.outline-dark-blue-inverted-hover.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.outline-dark-blue:disabled,
.ladda-button.outline-dark-blue-inverted-hover:disabled {
  background-color: #595ad4;
}
.ladda-button.outline-dark-blue-inverted-hover:hover {
  -webkit-filter: unset;
  filter: unset;
  color: #fff;
  background-color: #595ad4;
  border-color: #fff;
}
.ladda-button.outline-indigo-inverted-hover {
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: #5559df;
}
.ladda-button.outline-indigo-inverted-hover.invert {
  color: #fff;
  background-color: #5559df;
  border-color: #fff;
}
.ladda-button.outline-indigo-inverted-hover.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.outline-indigo-inverted-hover:hover {
  -webkit-filter: unset;
  filter: unset;
  color: #fff;
  background-color: #5559df;
  border-color: #fff;
}
.ladda-button.outline-indigo-inverted-hover:disabled {
  background-color: #5559df;
}
.ladda-button.brand-pink {
  background-color: #e80069;
  color: #fff;
}
.ladda-button.brand-pink.invert {
  color: #e80069;
  background-color: #fff;
  border-color: #e80069;
}
.ladda-button.brand-pink.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.brand-pink:disabled {
  background-color: #b70053;
}
.ladda-button.brand-blue {
  background-color: #009aff;
  color: #fff;
}
.ladda-button.brand-blue.invert {
  color: #009aff;
  background-color: #fff;
  border-color: #009aff;
}
.ladda-button.brand-blue.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.brand-blue:disabled {
  background-color: #0584d7;
}
.ladda-button.brand-iris {
  background-color: #595ad4;
  color: #fff;
}
.ladda-button.brand-iris.invert {
  color: #595ad4;
  background-color: #fff;
  border-color: #595ad4;
}
.ladda-button.brand-iris.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.brand-red {
  background-color: #fb275d;
  color: #fff;
}
.ladda-button.brand-red.invert {
  color: #fb275d;
  background-color: #fff;
  border-color: #fb275d;
}
.ladda-button.brand-red.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.brand-red:disabled {
  background-color: #c12c52;
}
.ladda-button.brand-green {
  background-color: #00cc6f;
  color: #fff;
}
.ladda-button.brand-green.invert {
  color: #00cc6f;
  background-color: #fff;
  border-color: #00cc6f;
}
.ladda-button.brand-green.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.brand-green:disabled {
  background-color: #099655;
}
.ladda-button.brand-yellow {
  background-color: #ffcc00;
  color: #fff;
}
.ladda-button.brand-yellow.invert {
  color: #ffcc00;
  background-color: #fff;
  border-color: #ffcc00;
}
.ladda-button.brand-yellow.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.brand-yellow:disabled {
  background-color: #b79407;
}
.ladda-button.brand-purple {
  background-color: #a358df;
  color: #fff;
}
.ladda-button.brand-purple.invert {
  color: #a358df;
  background-color: #fff;
  border-color: #a358df;
}
.ladda-button.brand-purple.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.brand-purple:disabled {
  background-color: #9031dc;
}
.ladda-button.green {
  background-color: #0daa66;
  color: #fff;
}
.ladda-button.green.invert {
  color: #0daa66;
  background-color: #fff;
  border-color: #0daa66;
}
.ladda-button.green.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.green:disabled {
  background-color: #01a55e;
}
.ladda-button.purple {
  background-color: #a358df;
  color: #fff;
}
.ladda-button.purple.invert {
  color: #a358df;
  background-color: #fff;
  border-color: #a358df;
}
.ladda-button.purple.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.purple:disabled {
  background-color: #9031dc;
}
.ladda-button.iris {
  background-color: #595ad4;
  color: #fff;
}
.ladda-button.iris.invert {
  color: #595ad4;
  background-color: #fff;
  border-color: #595ad4;
}
.ladda-button.iris.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.iris:disabled {
  background-color: #3c3ed6;
}
.ladda-button.yellow {
  background-color: #ffcb00;
  color: #323338;
}
.ladda-button.yellow.invert {
  color: #ffcb00;
  background-color: #323338;
  border-color: #ffcb00;
}
.ladda-button.yellow.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.yellow:disabled {
  background-color: #b79407;
}
.ladda-button.orange {
  background-color: #fdab3d;
  color: #323338;
}
.ladda-button.orange.invert {
  color: #fdab3d;
  background-color: #323338;
  border-color: #fdab3d;
}
.ladda-button.orange.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.orange:disabled {
  background-color: #fdab3d;
}
.ladda-button.pink {
  background-color: #ff0476;
  color: #fff;
}
.ladda-button.pink.invert {
  color: #ff0476;
  background-color: #fff;
  border-color: #ff0476;
}
.ladda-button.pink.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.pink:disabled {
  background-color: #dc0064;
}
.ladda-button.royal {
  background-color: #597bfc;
  color: #fff;
}
.ladda-button.royal.invert {
  color: #597bfc;
  background-color: #fff;
  border-color: #597bfc;
}
.ladda-button.royal.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.royal:disabled {
  background-color: #305bff;
}
.ladda-button.dodger-blue {
  background-color: #4353ff;
  color: #fff;
}
.ladda-button.dodger-blue.invert {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}
.ladda-button.dodger-blue.invert:hover {
  box-shadow: inset 0 0 0 1px;
}
.ladda-button.dodger-blue:disabled {
  background-color: #2f3ac5;
}
.ladda-button.small {
  font-size: 14px;
  padding: 12px 9vw;
  font-weight: 300;
}
.ladda-button.xs {
  font-size: 14px;
  line-height: 17px;
  padding: 9px 22px;
  font-weight: 300;
}
.page-template-esg .ladda-button.xs {
  font-size: 0.8125rem;
}
.ladda-button.sm {
  font-size: 14px;
  padding: 16px 32px;
  font-weight: 300;
}
.ladda-button.xl {
  font-size: 18px;
  padding: 16px 120px;
  font-weight: 400;
}
.ladda-button {
  position: relative;
}
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
  line-height: 17px;
}
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.ladda-button[data-style="zoom-in"],
.ladda-button[data-style="zoom-in"] .ladda-spinner,
.ladda-button[data-style="zoom-in"] .ladda-label,
.ladda-button[data-style="zoom-out"],
.ladda-button[data-style="zoom-out"] .ladda-spinner,
.ladda-button[data-style="zoom-out"] .ladda-label {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.ladda-button[data-style="zoom-out"] {
  overflow: hidden;
}
.ladda-button[data-style="zoom-out"] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}
.ladda-button[data-style="zoom-out"] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style="zoom-out"][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.ladda-button[data-style="zoom-out"][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.ladda-button[data-style="zoom-in"] {
  overflow: hidden;
}
.ladda-button[data-style="zoom-in"] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}
.ladda-button[data-style="zoom-in"] .ladda-label {
  position: relative;
  display: inline-block;
}
.ladda-button[data-style="zoom-in"][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2);
}
.ladda-button[data-style="zoom-in"][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.signup-form-core-component-wrapper .signup-button-wrapper.additional-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.signup-form-core-component-wrapper .signup-button-wrapper.additional-text.additional-text-below {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.signup-form-core-component-wrapper .signup-button-wrapper.additional-text.additional-text-side {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.signup-form-core-component-wrapper .signup-button-wrapper.additional-text .additional-button-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #676879;
}
.signup-form-core-component-wrapper .signup-button-wrapper.additional-text .additional-button-text.below {
  margin-top: 8px;
  text-align: center;
}
.signup-form-core-component-wrapper .signup-button-wrapper.additional-text .additional-button-text.side {
  margin-left: 16px;
  text-align: left;
}
.signup-form-core-component-wrapper form {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.arrow-wrapper.xs {
  padding-right: 4px;
  padding-left: 8px;
  position: relative;
}
.ladda-button:hover .arrow-wrapper.xs {
  transform: translateX(4px) !important;
}
.arrow-wrapper {
  padding-left: 12px;
  padding-right: 6px;
  transition: padding 0.3s ease-in-out;
}
.arrow-wrapper.sm {
  padding-left: 8px;
  padding-right: 4px;
}
.ladda-button:hover .arrow-wrapper.xs,
.button-component:hover .arrow-wrapper.sm {
  padding-left: 12px;
  padding-right: 0;
}
.button-component:hover {
  outline: 0;
}
.arrow-wrapper.xs svg {
  width: 12px;
  height: 10px;
  vertical-align: baseline;
}
.arrow-wrapper svg {
  fill: currentColor;
  height: 12px;
  width: 14px;
}
.arrow-wrapper.sm svg {
  width: 10px;
  height: 9px;
  vertical-align: baseline;
}
.secondary-button .arrow-wrapper svg {
  fill: currentColor;
  height: 10px;
  width: 12px;
  vertical-align: baseline;
}
.signup-form-core-component-wrapper .phoneno {
  display: none;
}
.signup-form-core-component-wrapper.align-left form {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.signup-form-core-component-wrapper.hide-form {
  visibility: hidden;
}
@media (max-width: 991px) {
  .signup-form-core-component-wrapper:not(.force-horizontal) form {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.signup-form-core-component-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.signup-form-core-component-wrapper input {
  font-size: 16px;
  padding: 16px 24px;
  -webkit-appearance: none;
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid;
  border-color: #ccc;
  text-align: left;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  margin: 8px 16px 8px 0;
}
.signup-form-core-component-wrapper input:hover::-webkit-input-placeholder,
.signup-form-core-component-wrapper input:focus::-webkit-input-placeholder {
  color: #00a9ff;
}
.signup-form-core-component-wrapper input:hover::-moz-placeholder,
.signup-form-core-component-wrapper input:focus::-moz-placeholder {
  color: #00a9ff;
}
.signup-form-core-component-wrapper input:hover:-ms-input-placeholder,
.signup-form-core-component-wrapper input:focus:-ms-input-placeholder {
  color: #00a9ff;
}
.signup-form-core-component-wrapper input:hover::placeholder,
.signup-form-core-component-wrapper input:focus::placeholder {
  color: #00a9ff;
}
.signup-form-core-component-wrapper input:focus {
  border-color: #00a9ff;
  background-color: #fff;
}
.signup-form-core-component-wrapper input.round-input {
  border-radius: 40px;
  font-size: 18px;
}
.signup-form-core-component-wrapper.error input,
.signup-form-core-component-wrapper.error input:focus {
  border-color: red;
}
.signup-form-core-component-wrapper .ladda-button.sm {
  font-size: 16px;
}
.signup-form-core-component-wrapper .only-button {
  min-width: 300px;
}
.signup-form-core-component-wrapper .signup-button-wrapper .signup-button {
  min-width: 130px;
}
@media (max-width: 1058px) {
  .signup-form-core-component-wrapper .signup-button-wrapper .signup-button.secondary-button {
    margin-top: 8px;
  }
}
@media (min-width: 1058px) {
  .signup-form-core-component-wrapper .signup-button-wrapper .signup-button.secondary-button {
    margin-left: 24px;
  }
}
.signup-form-core-component-wrapper .signup-button-wrapper .signup-button .signup-arrow-wrapper {
  padding-left: 18px;
}
.signup-form-core-component-wrapper .signup-button-wrapper .signup-button .signup-arrow-wrapper svg {
  fill: currentColor;
  height: 12px;
}
@media (max-width: 991px) {
  .signup-form-core-component-wrapper:not(.force-horizontal) {
    text-align: center;
  }
  .signup-form-core-component-wrapper:not(.force-horizontal) input {
    margin-bottom: 16px;
    font-size: 16px;
    padding: 16px 8px;
    margin-right: 0;
    text-align: center;
    min-width: 264px;
  }
  .signup-form-core-component-wrapper:not(.force-horizontal) .signup-button-wrapper {
    width: 100%;
  }
  .signup-form-core-component-wrapper:not(.force-horizontal) .signup-button-wrapper button {
    font-size: 16px;
    padding: 16px 48px;
    width: 100%;
  }
  .primary-font .signup-form-core-component-wrapper:not(.force-horizontal) .signup-button-wrapper button {
    font-size: 0.875rem;
  }
  .primary-font .link-item-with-menu-component .link-item-with-menu-title,
  .primary-font .link-item-component,
  .primary-font .ladda-button.disable-animation.ladda-button .ladda-label {
    top: 1px;
  }
}
@-webkit-keyframes shake-jsx-1473421095 {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake-jsx-1473421095 {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
.shake.jsx-1473421095 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.shake.active.jsx-1473421095 {
  -webkit-animation: shake-jsx-1473421095 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake-jsx-1473421095 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.error-handling-component {
  position: relative;
  width: 100%;
  height: 100%;
}
.error-handling-component .error-tooltip-text {
  color: red;
  font-weight: 300;
}
.error-handling-component .tooltip {
  -webkit-transform: translate(0, -120%);
  -ms-transform: translate(0, -120%);
  transform: translate(0, -120%);
}
@media (max-width: 991px) {
  .error-handling-component .tooltip {
    -webkit-transform: translate(5%, -120%);
    -ms-transform: translate(5%, -120%);
    transform: translate(5%, -120%);
  }
}
.basic-header-component {
  width: 100%;
  height: 72px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .link-item-with-menu-component-wrapper {
  position: relative;
}
.basic-header-component .basic-header-content-wrapper {
  width: 100%;
  height: 72px;
  position: fixed;
  z-index: 556;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #DCDFEC;
}
.basic-header-component .basic-header-content-wrapper.with-shadow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  box-shadow: 0px 4px 4px rgba(29,140,242,0.08);
  z-index: 557;
}

@media (max-width: 1230px) {
  .basic-header-component .basic-header-content-wrapper.with-shadow {
    box-shadow: none;
  }
  footer .lang-switcher .locales-dropdown {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: auto;
    width: 100% !important;
    height: 186px !important;
    top: 40px;
    padding: 6px;
  }
  footer .lang-switcher .locales-dropdown a {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
}
.basic-header-component .basic-header-content-wrapper .basic-header-content {
  max-width: 1440px;
  width: 100%;
  position: fixed;
  height: 72px;
  padding-left: 32px;
  padding-right: 32px;
  z-index: 555;
  background-color: #fff;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-dropdown-open .basic-header-component .basic-header-content-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8px;

  z-index: 557;
}
@media (max-width: 1200px) {
  .menu-dropdown-open .basic-header-component .basic-header-content-wrapper::after {
    display: none;
  }
}
.basic-header-component .basic-header-content-wrapper .basic-header-content .base-header-monday-logo-image {
  height: 42px;
  margin-right: 16px;
  vertical-align: unset;
}
.basic-header-component .basic-header-content-wrapper .basic-header-content .main-logo-wrapper,
.basic-header-component .basic-header-content-wrapper .basic-header-content .secondary-logo-wrapper {
  -webkit-transition: opacity 50ms ease;
  transition: opacity 50ms ease;
}
.basic-header-component .basic-header-content-wrapper .basic-header-content .secondary-logo-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
@media (max-width: 1440px) {
  .basic-header-component .basic-header-content-wrapper {
    max-width: 100vw;
  }
  .basic-header-component .basic-header-content-wrapper .basic-header-content {
    max-width: 100vw;
  }
}
.scrolled-threshold .basic-header-component.with-secondary-logo .basic-header-content-wrapper .basic-header-content .main-logo-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.scrolled-threshold .basic-header-component.with-secondary-logo .basic-header-content-wrapper .basic-header-content .secondary-logo-wrapper {
  opacity: 1;
  visibility: visible;
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}
.base-header-desktop-component {
  width: 100%;
}
.base-header-desktop-component b,
.base-header-desktop-component strong {
  font-weight: 700;
}
.base-header-desktop-component .header-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  gap: 13px;
}
.base-header-desktop-component .header-button-wrapper .signup-button {
  height: 40px;
}
.base-header-desktop-component .header-button-wrapper .signup-button .signup-arrow-wrapper svg {
  height: 10px;
}
.signup-form-core-component-wrapper .signup-button-wrapper.button-with-arrow .signup-button.xs {
  /*padding-right: 14px;*/
}
.signup-form-core-component-wrapper .signup-button-wrapper .signup-button {
  min-width: 130px;
}
.ladda-button.workos-iris {
  background-color: #6161FF;
  color: #ffffff;
}
.base-header-desktop-component.scrolled-threshold .base-header-desktop-content .left-side-header-links .absolute-main-links {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
}
.base-header-desktop-component.scrolled-threshold .base-header-desktop-content .left-side-header-links .absolute-unified-links {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
}
.base-header-desktop-component.scrolled-threshold .secondary-header-wrapper {
  pointer-events: none;
}
.base-header-desktop-component .base-header-desktop-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 72px;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .link-item-with-menu-component-wrapper,
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .link-item-component-wrapper,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links .link-item-with-menu-component-wrapper,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links .link-item-component-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .link-item-with-menu-component-wrapper.header-language-picker,
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .link-item-component-wrapper.header-language-picker,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links .link-item-with-menu-component-wrapper.header-language-picker,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links .link-item-component-wrapper.header-language-picker {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .link-item-with-menu-component-wrapper.header-language-picker .language-label,
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .link-item-component-wrapper.header-language-picker .language-label,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links .link-item-with-menu-component-wrapper.header-language-picker .language-label,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links .link-item-component-wrapper.header-language-picker .language-label {
  margin: 0 6px;
  font-size: 15px;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .link-item-with-menu-component-wrapper.header-language-picker .earth-icon,
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .link-item-component-wrapper.header-language-picker .earth-icon,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links .link-item-with-menu-component-wrapper.header-language-picker .earth-icon,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links .link-item-component-wrapper.header-language-picker .earth-icon {
  width: 18px;
  height: 18px;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .link-item-with-menu-component-wrapper.header-language-picker .language-picker-item-label,
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .link-item-component-wrapper.header-language-picker .language-picker-item-label,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links .link-item-with-menu-component-wrapper.header-language-picker .language-picker-item-label,
.base-header-desktop-component .base-header-desktop-content .right-side-header-links .link-item-component-wrapper.header-language-picker .language-picker-item-label {
  font-size: 14px;
  color: #808080;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .absolute-unified-links,
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .absolute-main-links {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .absolute-main-links {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .absolute-main-links .submenu-enter {
  opacity: 0.01;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .absolute-main-links .submenu-enter.submenu-enter-active {
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .absolute-main-links .submenu-leave {
  opacity: 1;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .absolute-main-links .submenu-leave.submenu-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.base-header-desktop-component .base-header-desktop-content .left-side-header-links .absolute-unified-links {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
}
.base-header-desktop-component .base-header-desktop-content .right-side-header-links {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.base-header-desktop-component .base-header-desktop-content .header-button-wrapper {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.base-header-desktop-component .header-menu-component-wrapper {
  position: fixed;
  top: 72px;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 100%;
}

body:has(.custom-top-banner) .base-header-desktop-component .header-menu-component-wrapper {
  top: 125px;
}

.base-header-desktop-component .header-menu-component-wrapper .menu-component-wrapper {
  pointer-events: all;
}
.base-header-desktop-component .secondary-header-wrapper {
  height: 56px;
  position: fixed;
  width: 100%;
  z-index: 554;
}
.base-header-menu-component {
  width: 100%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 18px 30px;
  padding: 16px 0px;
}
.base-header-menu-component .header-menu-items-wrapper {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 0px 32px;
}
.base-header-menu-component .header-menu-items-wrapper .header-menu-item-component-wrapper {
  height: 156px;
  width: 20%;
}

.header-menu-item-component {
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding: 0px 10px;
  -webkit-box-align: center;
  align-items: center;
  transition: background-color 200ms ease 0s;
  text-decoration: none;
  color: rgb(51, 51, 51);
  text-decoration: none;
}
@media (max-width: 1440px) {
  .base-header-menu-component .header-menu-items-wrapper .header-menu-item-component-wrapper {
    width: 25%;
  }
  .header-menu-item-component {
    padding: 0 15px;
  }
}
.header-menu-item-component .menu-item-title {
  font-weight: 500;
}
.header-menu-item-component:hover {
  background-color: rgb(229, 244, 255);
}
.header-menu-item-component:hover .menu-item-title  {
  color: rgb(51, 51, 51);
}
.header-menu-item-component .header-menu-item-content {
  display: flex;
}
.header-menu-item-component .header-menu-item-content .menu-item-title-icon {
  flex-shrink: 0;
  font-size: 16px;
  margin-right: 16px;
  margin-top: 4px;
}
.header-menu-item-component .header-menu-item-content .menu-item-title-icon path {
  stroke: rgb(89, 90, 212);
}
.header-menu-item-component .header-menu-item-content .menu-item-text-wrapper {
  display: flex;
  flex-direction: column;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.story .menu-item-text-wrapper {
  padding: 8px 20px 16px;
  padding-top: 11px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.story:hover {
  -webkit-filter: drop-shadow(0px 8px 24px rgba(29, 140, 242, 0.16));
  filter: drop-shadow(0px 8px 24px rgba(29, 140, 242, 0.16));
}
.header-menu-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-title-wrapper {
  display: flex;
}
.header-menu-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(103, 104, 121);
  min-height: 40px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper .header-menu-section-item-component .header-menu-item-content.no-description .menu-item-text-wrapper .menu-item-description {
  display: none;
}

.hamburger-menu.jsx-1077578287 {
  width: 28px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 667;
  margin-left: 24px;
  margin-right: 8px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hamburger-menu.jsx-1077578287:focus,
.hamburger-menu.jsx-1077578287:active {
  outline: 0;
}
.hamburger-menu.jsx-1077578287 span.jsx-1077578287 {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hamburger-menu.jsx-1077578287 span.jsx-1077578287:nth-child(1) {
  top: 8px;
}
.hamburger-menu.jsx-1077578287 span.jsx-1077578287:nth-child(2),
.hamburger-menu.jsx-1077578287 span.jsx-1077578287:nth-child(3) {
  top: 17px;
}
.hamburger-menu.jsx-1077578287 span.jsx-1077578287:nth-child(4) {
  top: 26px;
}
.hamburger-menu.open.jsx-1077578287 span.jsx-1077578287 {
  background-color: #333;
}
.hamburger-menu.open.jsx-1077578287 span.jsx-1077578287:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hamburger-menu.open.jsx-1077578287 span.jsx-1077578287:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-menu.open.jsx-1077578287 span.jsx-1077578287:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-menu.open.jsx-1077578287 span.jsx-1077578287:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.link-with-menu-mobile-component {
  border-bottom: 1px solid #DCDFEC;
  overflow: hidden;
  -webkit-transition: height 400ms ease;
  transition: height 400ms ease;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 70px;
}
.link-with-menu-mobile-component.is-open {
  height: auto !important;
}
.link-with-menu-mobile-component.is-open .link-with-menu-title-wrapper .link-with-menu-title-text {
  color: #595ad4;
}
.link-with-menu-mobile-component.is-open .link-with-menu-title-wrapper .link-with-menu-title-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.link-with-menu-mobile-component.is-open .link-with-menu-title-wrapper .link-with-menu-title-icon path {
  fill: #595ad4;
}
.link-with-menu-mobile-component .link-with-menu-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  height: 70px;
  cursor: pointer;
}
.link-with-menu-mobile-component .link-with-menu-title-wrapper:focus {
  outline: 0;
}
.link-with-menu-mobile-component .link-with-menu-title-wrapper .link-with-menu-title-text {
  color: #000000;
  margin-right: 8px;
}
.link-with-menu-mobile-component .link-with-menu-title-wrapper .link-with-menu-title-icon {
  height: 10px;
  width: 10px;
  -webkit-transition: -webkit-transform 400ms ease;
  -webkit-transition: transform 400ms ease;
  transition: transform 400ms ease;
}
.link-with-menu-mobile-component .link-with-menu-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: height 400ms ease;
  transition: height 400ms ease;
}
.link-with-menu-mobile-component .link-with-menu-links-wrapper .header-link {
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  color: #383B45;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.link-with-menu-mobile-component .link-with-menu-links-wrapper .header-link .new-badge-component-wrapper {
  margin-left: 8px;
}
.link-mobile-component {
  height: 70px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 1.125rem;
  color: #535768;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.download-mobile-app-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download-mobile-app-component .download-mobile-app-image {
  width: 168px;
}
.link-mobile-component .language-picker-item-label {
  font-size: 14px;
  color: #808080;
}
.header-menu-mobile-component {
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 80px;
  padding: 0px 32px 80px;
  overflow: auto;
  box-shadow: 0 20px 20px 0 rgba(29, 76, 242, 0.16);
}
.header-menu-mobile-component .download-mobile-app-component-wrapper {
  margin-top: 32px;
}
.base-header-mobile-component {
  width: 100%;
  height: 72px;
}
.base-header-mobile-component.secondary-header {
  height: 96px;
}
.base-header-mobile-component.secondary-header .header-menu-component-wrapper {
  top: 51px;
  height: calc(100% - 51px);
}
.base-header-mobile-component.secondary-header .mobile-basic-header {
  height: 52px;
}
.base-header-mobile-component.secondary-header .mobile-basic-header .basic-header-content-wrapper {
  height: 52px;
}
.base-header-mobile-component.secondary-header .mobile-basic-header .basic-header-content-wrapper img {
  height: 52px;
}
.base-header-mobile-component.secondary-header .mobile-basic-header .basic-header-content-wrapper .basic-header-content {
  height: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
}
.base-header-mobile-component.secondary-header .mobile-basic-header .basic-header-content-wrapper .basic-header-content .main-logo-wrapper {
  height: 100%;
}
.base-header-mobile-component.secondary-header .mobile-header-content {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.base-header-mobile-component.secondary-header .mobile-header-content .hamburger-menu {
  margin: 0;
}
.base-header-mobile-component .mobile-header-logo {
  height: 100%;
}
.base-header-mobile-component .mobile-header-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.base-header-mobile-component .mobile-header-content .hamburger-menu span {
  height: 2px !important;
}
.base-header-mobile-component .header-menu-component-wrapper {
  position: fixed;
  z-index: 555;
  top: 71px;
  opacity: 0;
  height: calc(100% - 71px);
  width: 100%;
  visibility: hidden;
  -webkit-transition: opacity 300ms ease, visibility 300ms ease;
  transition: opacity 300ms ease, visibility 300ms ease;
  background-color: rgba(0,0,0,0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.base-header-mobile-component .header-menu-component-wrapper.is-open {
  opacity: 1;
  visibility: visible;
}

body:has(.custom-top-banner) .base-header-mobile-component .header-menu-component-wrapper {
  top: 123px;
}


@media (max-width: 1440px) {
  .base-header-mobile-component .header-menu-component-wrapper {
    max-width: 100vw;
  }
}
.base-header-component.jsx-3484974784 .desktop-wrapper.jsx-3484974784 {
  display: block;
}
.base-header-component.jsx-3484974784 .mobile-wrapper.jsx-3484974784 {
  display: none;
}
@media (max-width: 1025px) {
  .base-header-component.jsx-3484974784 .desktop-wrapper.jsx-3484974784 {
    display: none;
  }
  .base-header-component.jsx-3484974784 .mobile-wrapper.jsx-3484974784 {
    display: block;
  }
}
header .button {
  overflow: inherit;
  border: 0;
  padding: 0;
}
header .button:after {
  display: none;
}
header a {
  text-decoration: none!important;
}
.link-item-with-menu-component-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
}
.link-item-with-menu-component-wrapper + div,
.link-item-with-menu-component-wrapper + span {
  display: none;
  transition: all 0.3s linear;
}
.link-item-with-menu-component-wrapper.active + div,
.link-item-with-menu-component-wrapper.active + span {
  display: block;
}
.link-item-with-menu-component-wrapper.active .link-item-with-menu-icon {
  transform: rotate(180deg);
}
.link-item-with-menu-component-wrapper.active  .link-item-with-menu-component {
  color: #000000;
}
.link-item-with-menu-component-wrapper.active  .link-item-with-menu-component svg path {
  fill: #000000;
}

/** TEMP  to force dropdown open ***/
/* .link-item-with-menu-component-wrapper:nth-of-type(1) + span { display: block !important; } */

/* Submenu sections */
.sections-header-menu-component {
  width: 100%;
  background-color: white;
  padding: 24px 0px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .sections-header-menu-component {
  padding: 0;
  box-shadow: none;
}
.sections-header-menu-component .header-menu-sections-wrapper {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
  padding: 0px 32px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .sections-header-menu-component .header-menu-section-component-wrapper {
  padding: 32px 0 0px;
  background-color: var(--section-background-color);
  min-height: 400px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .sections-header-menu-component .header-menu-section-component-wrapper {
  padding-top: 48px;
}
.base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.moreProducts {
  padding-top: 40px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.products {
  width: 312px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.mondayProducts {
  padding-top: 30px;
}
.base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.mondayProducts:nth-of-type(2) {
  padding-top: 100px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .sections-header-menu-component .header-menu-section-component-wrapper.has-background-color {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 54px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.products:first-of-type .header-menu-section-title {
  font-size: 22px;
  margin-bottom: 16px;
  margin-right: 80px;
  color: unset;
  font-weight: 500;
}
.base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.mondayProducts .header-menu-section-component .header-menu-section-title .monday-markup-language-component {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #676879;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.products:first-of-type .header-menu-section-subtitle {
  font-size: 14px;
  line-height: 20px;
  margin-right: 50px;
  color: #676879;
}
.base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.mondayProducts .header-menu-section-component .header-menu-section-subtitle .monday-markup-language-component {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #676879;
  padding-bottom: 24px;
}
.sections-header-menu-component
.header-menu-sections-wrapper .sections-separator {
  border-right: 1px solid rgb(230, 233, 239);
  border-top-color: rgb(230, 233, 239);
  border-bottom-color: rgb(230, 233, 239);
  border-left-color: rgb(230, 233, 239);
  margin-right: 32px;
  margin-left: 4px;
}
@media (max-width: 1300px) {
  .sections-header-menu-component
  .header-menu-sections-wrapper .sections-separator {
    margin-right: 16px;
    margin-left: 4px;
  }
}
.sections-header-menu-component .header-menu-sections-wrapper .sections-separator {
  border-right: 1px solid rgb(230, 233, 239);
  border-top-color: rgb(230, 233, 239);
  border-bottom-color: rgb(230, 233, 239);
  border-left-color: rgb(230, 233, 239);
  margin-right: 32px;
  margin-left: 4px;
}
@media (max-width: 1300px) {
  .sections-header-menu-component .header-menu-sections-wrapper .sections-separator {
    margin-right: 16px;
    margin-left: 4px;
  }
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .sections-separator {
  border-color: #f0f3ff;
  margin-bottom: 36px;
  margin-top: 32px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .sections-separator.products {
  margin-right: 80px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .sections-separator.mondayProducts {
  margin-right: 64px;
}
.base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .sections-separator.mondayProducts {
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .sections-separator.products {
    margin-right: 60px;
  }
}
@media (max-width: 1280px) {
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-sections-wrapper .sections-separator.products {
    margin-right: 30px;
  }
}

.header-menu-section-component {
  height: 100%;
}
.header-menu-section-component .header-menu-section-title {
  color: rgb(103, 104, 121);
  font-weight: 300;
  font-size: 0.8125rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-title {
  margin-right: 32px;
}
.structured-header-menu-content .header-menu-section-component-wrapper.integrations .header-menu-section-title, .structured-header-menu-content .header-menu-section-component-wrapper.addOns .header-menu-section-title {
  font-size: 0.8125rem;
  font-weight: 400;
}
.header-menu-section-component .header-menu-section-title.with-underline {
  font-size: 1rem;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-title .header-menu-section-title-text {
  margin-bottom: 10px;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-title.with-underline .header-menu-section-title-text {
  margin-bottom: 6px;
}
.header-menu-section-component .header-menu-section-title.with-underline::after {
  content: "";
  background: rgb(50, 51, 56);
  opacity: 0.1;
  top: 24px;
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% - 20px);
  margin-left: -8px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .sections-header-menu-component .header-menu-section-component-wrapper .header-menu-section-title svg {
  margin-right: 8px;
  stroke: #676879;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .sections-header-menu-component .header-menu-section-component-wrapper .header-menu-section-title {
  color: #676879;
  font-weight: 300;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu-section-component .header-menu-section-items-wrapper {
  margin: 20px 0px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(var(--max-number-of-items-in-column),auto);
}
.structured-header-menu-content .header-menu-section-component-wrapper.integrations .header-menu-section-items-wrapper, .structured-header-menu-content .header-menu-section-component-wrapper.addOns .header-menu-section-items-wrapper {
  margin: 8px 0px 32px;
}
.base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.moreProducts .header-menu-section-component .header-menu-section-items-wrapper.moreProducts {
  margin-top: 46px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.product {
  width: 423px;
  height: 119px;
  padding: 40px 20px;
  margin-bottom: 24px;
  margin-right: 24px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product {
  width: 576px;
  height: 116px;
  padding: 16px 20px 20px;
  margin-bottom: 14px;
}
.base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.mondayProducts .header-menu-section-component .header-menu-section-items-wrapper.mondayProducts .header-menu-section-item-component-wrapper.product {
  margin-right: 100px;
  margin-right: 24px;
  height: 118px;
}
@media (max-width: 1440px) {
  .base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.mondayProducts .header-menu-section-component .header-menu-section-items-wrapper.mondayProducts .header-menu-section-item-component-wrapper.product {
    width: 500px;
    height: 138px;
    margin-right: 8px;
  }
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.use-case {
  height: 54px;
  width: 187px;
  padding: 14px 8px;
  margin-bottom: 24px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.story {
  background-color: white;
  height: unset;
  width: 356px;
  padding: 0;
  border: none;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.story:not(:last-child) {
  margin-bottom: 20px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.story img {
  width: 100%;
  height: 147px;
  background: #c4c4c4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 1440px) {
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.product {
    width: 380px;
  }
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.story img {
    height: 115px;
  }
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper:not(.outline) {
  border-color: transparent;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.use-case-by-workflow {
  width: 290px;
  margin-right: 18px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.resource {
  width: 274px;
  margin-bottom: 14px;
  margin-right: 28px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper {
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
}
.structured-header-menu-content .structured-header-menu-content-title {
  font-size: 1rem;
  color: rgb(103, 104, 121);
  padding-top: 48px;
  flex: 0 0 100%;
}
.structured-header-menu-content .structured-header-menu-content-title::after {
  content: "";
  background: rgb(50, 51, 56);
  opacity: 0.1;
  top: 6px;
  display: block;
  position: relative;
  height: 1px;
  margin-left: -8px;
  width: calc(100% - 40px);
}
.header-menu-section-component .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper:hover .menu-item-title {
  color: rgb(51, 51, 51);
}
.header-menu-section-component .header-menu-see-more-wrapper {
  margin-bottom: 16px;
}
.header-menu-section-component .header-menu-see-more-wrapper .button {
  padding: 0;
  line-height: 1.15;
  height: auto;
  letter-spacing: 0;
}
.header-menu-tab-content {
  flex-direction: row;
  flex-wrap: wrap;
}
.base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.moreProducts .header-menu-section-component .header-menu-section-items-wrapper.moreProducts .header-menu-section-item-component-wrapper.secondary-product {
  width: 156px;
  height: 54px;
  margin-bottom: 12px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.feature {
  width: 280px;
  margin-bottom: 14px;
  margin-right: 14px;
  padding: 16px 12px;
}
@media (max-width: 1300px) {
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-component .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper {
    margin-right: 8px;
  }
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-component .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.feature {
    margin-right: 14px;
  }
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-component .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.resource {
    margin-right: 28px;
  }
}
.header-menu-section-item-component {
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
  transition: background-color 200ms ease 0s;
  text-decoration: none;
  color: rgb(51, 51, 51);
}
.header-menu-item-content {
  display: flex;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper .header-menu-section-item-component .header-menu-item-content.no-description {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .header-menu-item-content {
  height: 100%;
  align-items: flex-start;
}
.header-menu-item-content.has-image-instead-title {
  flex-direction: column;
}
.header-menu-item-content .menu-item-title-icon {
  flex-shrink: 0;
  font-size: 16px;
  margin-right: 16px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.feature .menu-item-title-icon {
  background-color: #F0F3FF;
  border: 1px solid transparent;
  border-radius: 2px;
  margin-right: 12px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.feature:hover .menu-item-title-icon {
  border: 1px solid #B4B4FF;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .header-menu-item-content>svg {
  margin-top: 6px;
  border-radius: 8px;
  border: 1px solid var(--icon-stroke-color);
}
.header-menu-section-item-component .header-menu-item-content .menu-item-title-icon:not(.fill) path, .header-menu-section-item-component .header-menu-item-content .menu-item-title-icon:not(.fill) rect, .header-menu-section-item-component .header-menu-item-content .menu-item-title-icon:not(.fill) circle {
  stroke: var(--icon-color);
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.product:nth-child(n + 3) {
  margin-right: 60px;
}
@media (max-height: 700px) {
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product {
    margin-bottom: 0;
  }
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.product img {
  height: 26px;
  vertical-align: baseline;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper {
  display: flex;
  flex-direction: column;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-title-wrapper .menu-item-title {
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
.header-menu-section-item-component:hover .header-menu-item-content .menu-item-text-wrapper .menu-item-title-wrapper .menu-item-title {
  color: #333;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-title-wrapper .new-badge-component-wrapper {
  margin-left: 8px;
}
.core-badge-component {
  padding: 1px 8px 2px 7px;
  border-radius: 2px;
  background-color: #FFCC00;
  font-size: 12px;
  color: #333;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.story .menu-item-text-wrapper .menu-item-description {
  font-size: 14px;
  line-height: 19px;
  color: #323338;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-description-button {
  margin-top: 16px;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-description-button .secondary-button {
  font-size: 14px;
  font-weight: 300;
}
.secondary-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.secondary-button .with-underline {
  background: linear-gradient(to right,var(--underline-color-with-opacity),var(--underline-color-with-opacity)),linear-gradient(to right,var(--underline-color),var(--underline-color),var(--underline-color));
  background-size: 100% 1px,0 1px;
  background-position: 100% 100%,0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  position: relative;
  display: inline-flex;
  height: 100%;
}
/* Markup fix,, replace <a> with <button> */
.secondary-button button.with-underline {
  font-weight: 300;
  padding: 0;
  border: 0;
  box-shadow: none;
}
/* end fix */
.secondary-button .with-underline:hover,
.secondary-button .with-underline:focus {
  background-size: 0 1px,100% 1px;
}
.secondary-button:hover .arrow-wrapper {
  padding-left: 12px;
  padding-right: 0px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .menu-item-text-and-tags-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 4px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .header-menu-item-content > svg {
  margin-top: 6px;
  border-radius: 8px;
  border: 1px solid var(--icon-stroke-color);
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper .header-menu-section-item-component .header-menu-item-content-and-tags-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.mondayProducts .header-menu-section-component .header-menu-section-items-wrapper.mondayProducts .header-menu-section-item-component-wrapper.product .header-menu-item-content svg {
  padding: 2px;
}
@media (max-width: 1440px) {
  .base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.mondayProducts .header-menu-section-component .header-menu-section-items-wrapper.mondayProducts .header-menu-section-item-component-wrapper.product .header-menu-item-content svg {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 6px;
  }
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .menu-item-text-and-tags-wrapper .menu-item-text-wrapper {
  gap: 4px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .menu-item-text-and-tags-wrapper .menu-item-text-wrapper .menu-item-title-wrapper .menu-item-title {
  font-size: 22px;
  line-height: 28px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .menu-item-text-and-tags-wrapper .menu-item-text-wrapper .menu-item-subtitle-wrapper {
  font-size: 14px;
  color: #676879;
  line-height: 16px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .menu-item-text-and-tags-wrapper .tags-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 4px;
  row-gap: 4px;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .tags-wrapper.tags-at-the-bottom {
  display: none;
}
@media (max-width: 1440px) {
  .base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .tags-wrapper.tags-at-the-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .tags-wrapper.tags-next-to-logo {
    display: none;
  }
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .tags-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 4px;
  row-gap: 4px;
}

.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .menu-item-text-and-tags-wrapper .tags-wrapper .tags-title {
  font-size: 14px;
  color: #676879;
  white-space: nowrap;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .tags-wrapper .tags-title {
  font-size: 14px;
  color: #676879;
  white-space: nowrap;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .tags-wrapper .tag {
  padding: 0 4px;
  margin: 0 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 154%;
  background-color: var(--header-product-tag-background-color);
  color: var(--header-product-tag-color);
  border: 1px solid var(--header-product-tag-stroke-color);
  border-radius: 2px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .base-header-desktop-component.with-work-management .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .tags-wrapper.tags-at-the-bottom .tags-title {
    font-size: 12px;
    padding-top: 1px;
  }
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .menu-item-text-and-tags-wrapper .tags-wrapper .tag {
  padding: 0 4px;
  margin: 0 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 154%;
  background-color: var(--header-product-tag-background-color);
  color: var(--header-product-tag-color);
  border: 1px solid var(--header-product-tag-stroke-color);
  border-radius: 2px;
  white-space: nowrap;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper.mondayProducts .header-menu-section-items-wrapper.mondayProducts {
  margin-top: 0;
  margin-left: -24px;
}
@media (max-width: 1440px) {
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.product:nth-child(n + 3) {
    margin-right: 80px;
  }
}
@media (max-width: 1440px) {
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.use-case:nth-child(n) {
    margin-right: 8px;
  }
  .base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content .header-menu-section-item-component-wrapper.use-case:nth-child(n + 5) {
    margin-right: 40px;
  }

}
.link-with-menu-mobile-component .link-with-menu-links-wrapper .section-link {
  font-size: 0.875rem;
  color: #676879;
  font-weight: 500;
  border-bottom: 1px solid #F5F6F8;
  padding: 16px 0;
}
.link-with-menu-mobile-component .link-with-menu-links-wrapper .header-link.subsection-link {
  height: 48px;
  display: flex;
  gap: 16px;
}
.link-with-menu-mobile-component .link-with-menu-links-wrapper .section-wrapper {
  margin: 0 0 2px 12px;
}

/* Wide screen adjustments */
/* Fine adjustments - make the things equal */
.base-layout-segment-component {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: unset;
  /* Override BS4 default */
}
.sections-header-menu-component {
  padding-top: 23px;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-title-wrapper .menu-item-title {
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
.ladda-button.disable-animation.ladda-button .ladda-label {
  right: 0;
}
.base-header-desktop-component .header-button-wrapper .signup-button .signup-arrow-wrapper {
  padding-left: 4px;
  position: relative;
  top: -2px;
}

.header-menu-mobile-component {
  padding: 10px 32px 20px;
}
.link-with-menu-mobile-component {
  height: 71px !important;
}
.mobile-basic-header .core-badge-component {
  padding: 2px 8px 3px;
}
.basic-header-component .basic-header-content-wrapper .basic-header-content {
  background-color: transparent;
}
.structured-header-menu-component {
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.structured-header-menu-component.solutions, .structured-header-menu-component.teams, .structured-header-menu-component.platform {
  min-height: 592px;
}
.structured-header-menu-component .structured-header-menu {
  max-width: 1440px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0px 32px;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part {
  display: flex;
  height: 100%;
}
.structured-header-menu-left-panel {
  min-width: 320px;
  padding: 24px 24px 24px 0px;
  box-shadow: rgb(29 140 242 / 16%) 32px 0px 40px -32px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel {
    min-width: 304px;
  }
}
@media (max-width: 1440px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content {
    padding-left: 40px;
  }
}
@media (max-width: 1440px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel {
    min-width: 304px;
  }
}
@media (max-width: 1300px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel {
    min-width: 250px;
  }
}
.structured-header-menu-content {
  display: flex;
  flex-direction: column;
}
.structured-header-menu-component.with-left-panel .structured-header-menu-content {
  padding-left: 64px;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content {
  width: 100%;
  display: flex;
}
@media (max-width: 1440px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content {
    padding-left: 40px;
  }
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content {
    padding-left: 40px;
  }
}
@media (max-width: 1300px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content {
    padding-left: 38px;
  }
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items {
  display: flex;
  flex-direction: column;
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgb(236, 239, 248);
  margin: 1px;
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item:last-child {
  border-bottom: 1px solid rgb(236, 239, 248);
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-title {
  padding: 16px 0px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-title, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-title, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-title {
    font-size: 0.875rem;
  }
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems {
  display: flex;
  flex-direction: column;
  margin: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 150ms ease-in-out 0s, margin 150ms ease-in-out 0s;
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item.collapsed .inner-menu-item-subitems {
  max-height: 160px;
  margin: 0px 0px 16px;
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 40px;
  padding-left: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  margin: 1px;
}
@media (max-width: 1300px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem {
    padding-left: 16px;
    font-size: 0.875rem;
  }
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem.selected {
  background-color: rgb(240, 243, 255);
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem .inner-menu-item-subitem-title-and-icon {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  gap: 16px;
}
@media (max-width: 1300px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem .inner-menu-item-subitem-title-and-icon, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem .inner-menu-item-subitem-title-and-icon, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem .inner-menu-item-subitem-title-and-icon {
    gap: 8px;
  }
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem .inner-menu-item-subitem-title-and-icon .inner-menu-item-subitem-title-icon {
  height: 22px;
  width: 22px;
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem .inner-menu-item-subitem-title-arrow {
  margin-right: 16px;
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem .inner-menu-item-subitem-title-arrow .arrow-icon {
  height: 8px;
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem .inner-menu-item-subitem-title-arrow .arrow-icon path {
  fill: rgb(103, 104, 121);
}
.structured-header-menu-left-panel .structured-header-menu-left-panel-items .inner-menu-item .inner-menu-item-subitems .inner-menu-item-subitem .inner-menu-item-subitem-title-and-icon .inner-menu-item-subitem-tag {
  font-size: 0.6875rem;
  font-weight: 400;
  color: rgb(2, 82, 49);
  background-color: rgb(198, 233, 213);
  border-radius: 2px;
  padding: 1px 5px;
  line-height: normal;
}
.header-menu-section-component .header-menu-section-title .header-menu-section-title-image-and-cta .header-menu-section-title-image {
  height: 26px;
  display: flex;
}
.header-menu-section-component .header-menu-section-title.with-image-and-CTA {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-left: -16px;
  padding: 12px 16px;
  border-bottom: 1px solid rgb(236, 239, 248);
}
.header-menu-section-component .header-menu-section-title.with-image-and-CTA:hover {
  border-radius: 4px;
  border-color: transparent;
  background-color: rgb(240, 243, 255);
  cursor: pointer;
}
.header-menu-section-component .header-menu-section-title .header-menu-section-title-image-and-cta {
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.header-menu-section-component .header-menu-section-title .header-menu-section-title-image-and-cta .button {
  padding: 0;
  height: auto;
  line-height: 1.15;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
.header-menu-section-component .header-menu-section-title .header-menu-section-title-image-and-cta .header-menu-section-title-image {
  height: 26px;
  display: flex;
}
.header-menu-section-component .header-menu-section-title.with-image-and-CTA .secondary-button {
  font-size: 0.8125rem;
}
.header-menu-section-component .header-menu-section-title .header-menu-section-title-image-and-cta .secondary-button {
  margin-right: 18px;
}
.jsx-3504695916 .secondary-button-text {
  font-weight: 300;
}
.secondary-button {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.secondary-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.secondary-button a.with-underline {
  background: linear-gradient(to right,var(--underline-color-with-opacity),var(--underline-color-with-opacity)),linear-gradient(to right,var(--underline-color),var(--underline-color),var(--underline-color));
  background-size: 100% 1px,0 1px;
  background-position: 100% 100%,0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.header-menu-section-component .header-menu-see-more-wrapper .secondary-button .secondary-button-text {
  font-size: 0.8125rem;
}
.secondary-button .arrow-wrapper {
  padding-left: 8px;
  padding-right: 4px;
  margin-right: -4px;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
.secondary-button:hover .arrow-wrapper {
  padding-left: 12px;
  padding-right: 0px;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.integration .header-menu-section-item-component .header-menu-item-content.has-image-instead-title .picture-component, .structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.addOn .header-menu-section-item-component .header-menu-item-content.has-image-instead-title .picture-component {
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(236, 239, 248);
  border-radius: 4px;
}

.header-menu-section-item-component-wrapper.story img {
  width: 100%;
  height: 147px;
  background: rgb(196, 196, 196);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper {
  padding: 48px 0px 0px;
  background-color: var(--section-background-color);
  min-height: 400px;
  margin-right: 32px;
}
@media (max-width: 1440px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper.features, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper.features, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper.features {
    margin-right: 8px;
  }
}
.structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper {
  margin-right: 0px;
}
.structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper:nth-child(3) {
  margin-right: 30px;
}
@media (max-width: 1300px) {
  .structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper:nth-child(3) {
    margin-right: 38px;
  }
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper.has-background-color {
  flex: 1 1 0%;
  padding-left: 54px;
  padding-top: 48px;
  padding-bottom: 32px;
}
@media (max-width: 1440px) {
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper {
    margin-right: 8px;
  }
  .structured-header-menu-component.customers .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper, .structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper {
    margin-right: 10px;
  }
}
@media (max-width: 1300px) {
  .structured-header-menu-component.customers .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper, .structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper {
    margin-right: 16px;
  }
  .structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper {
    margin-right: 26px;
  }
  .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper.has-background-color:last-child {
    padding-left: 32px;
  }
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .sections-separator {
  border-right: 1px solid rgb(240, 243, 255);
  border-top-color: rgb(240, 243, 255);
  border-bottom-color: rgb(240, 243, 255);
  border-left-color: rgb(240, 243, 255);
  margin: 0px;
}
.structured-header-menu-component.solutions .header-menu-section-items-wrapper, .structured-header-menu-component.teams .header-menu-section-items-wrapper {
  margin-top: 16px;
}
@media (max-width: 1440px) {
  .header-menu-section-item-component-wrapper.story img {
    height: 115px;
  }
}
@media (max-width: 1280px) {
  .header-menu-section-item-component-wrapper.story img {
    height: 99px;
  }
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.story img {
  height: 115px;
}
.header-menu-section-item-component-wrapper .menu-item-text-and-tags-wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.header-menu-section-item-component-wrapper {
  width: 286px;
  height: 98px;
  margin-right: 18px;
  padding: 16px 8px;
  background-color: var(--header-menu-section-item-background-color);
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.integration, .structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.addOn {
  height: 68px;
  width: 208px;
}
.header-menu-section-item-component-wrapper:hover {
  background-color: var(--header-menu-section-item-hover-background-color);
}
.header-menu-section-item-component-wrapper:not(.outline) {
  border-color: transparent;
}
.header-menu-section-item-component-wrapper.story {
  height: unset;
  width: 356px;
  padding: 0px;
  border: none;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.feature {
  width: 286px;
  margin-right: 18px;
  margin-bottom: 10px;
}
.structured-header-menu-component .header-menu-section-item-component-wrapper {
  margin-left: -8px;
}
@media (max-width: 1300px) {
  .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .header-menu-section-item-component-wrapper.inner-menu-bottom-item {
    height: 120px;
  }
  .structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .header-menu-section-item-component-wrapper.inner-menu-bottom-item, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .header-menu-section-item-component-wrapper.inner-menu-bottom-item, .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .structured-header-menu-left-panel .header-menu-section-item-component-wrapper.inner-menu-bottom-item {
    width: 216px;
  }
}
.header-menu-section-item-component-wrapper.resource {
  width: 274px;
  margin-bottom: 14px;
  margin-right: 28px;
}
.header-menu-section-item-component-wrapper.feature {
  width: 280px;
  margin-bottom: 14px;
  margin-right: 14px;
  padding: 16px 12px;
}
.structured-header-menu-component.solutions .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-item-component-wrapper, .structured-header-menu-component.teams .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-item-component-wrapper, .structured-header-menu-component.customers .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-item-component-wrapper, .structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-item-component-wrapper {
  margin-bottom: 10px;
}
.structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper {
  margin-right: 60px;
}

element.style {
  --header-menu-section-item-background-color: #ffffff;
  --header-menu-section-item-hover-background-color: #F0F3FF;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.story {
  width: 280px;
}
@media (max-width: 1440px) {
  .structured-header-menu-component.customers .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-component .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper, .structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-component .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper {
    margin-right: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1300px) {
  .structured-header-menu-component.customers .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-component .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper, .structured-header-menu-component.resources .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-component .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper {
    width: 274px;
    margin-right: 0px;
  }
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.story:hover {
  filter: drop-shadow(rgba(29, 140, 242, 0.08) 0px 8px 24px);
}
.header-menu-section-item-component-wrapper.story .menu-item-text-wrapper {
  padding: 8px 20px 16px;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper {
  display: flex;
  flex-direction: column;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-title-wrapper {
  display: flex;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-title-wrapper .menu-item-title {
  font-size: 0.875rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
.header-menu-section-item-component-wrapper.story .menu-item-text-wrapper .menu-item-description {
  font-size: 0.8125rem;
  line-height: 19px;
  color: rgb(50, 51, 56);
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-description {
  margin-top: 8px;
  font-size: 0.8125rem;
  line-height: 20px;
  color: rgb(103, 104, 121);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1300px) {
  .structured-header-menu-component.platform .structured-header-menu .structured-header-menu-top-part .header-menu-section-item-component-wrapper.inner-menu-bottom-item .menu-item-description {
    -webkit-line-clamp: 3;
  }
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-description-button {
  margin-top: 16px;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-description-button .secondary-button {
  font-size: 0.8125rem;
}
.header-menu-section-item-component .header-menu-item-content {
  display: flex;
}
.header-menu-section-item-component .header-menu-item-content.has-image-instead-title {
  flex-direction: column;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.integration .header-menu-section-item-component .header-menu-item-content.has-image-instead-title, .structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.addOn .header-menu-section-item-component .header-menu-item-content.has-image-instead-title {
  flex-direction: row;
  gap: 8px;
}

.structured-header-menu-bottom-part-component {
  display: flex;
  padding: 8px 0px;
  border-top: 1px solid rgb(240, 243, 255);
}
.structured-header-menu-bottom-part-component .spacer {
  flex: 1 1 0%;
}
.bottom-items-component {
  display: flex;
  width: 375px;
  -webkit-box-pack: center;
  justify-content: center;
}
.bottom-items-component .bottom-items {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-items-component .bottom-items .header-menu-section-item-component-wrapper {
  width: auto;
  height: auto;
  padding: 0px 16px;
  margin: 0px 8px;
}
.bottom-items-component .bottom-items .header-menu-section-item-component-wrapper .header-menu-section-item-component {
  font-size: 0.8125rem;
  color: rgb(103, 104, 121);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
  height: 24px;
}
.bottom-items-component .bottom-items .header-menu-section-item-component-wrapper .header-menu-section-item-component .header-menu-item-content {
  -webkit-box-align: center;
  align-items: center;
}
.header-menu-section-item-component-wrapper.feature .menu-item-title-icon {
  background-color: rgb(240, 243, 255);
  border: 1px solid transparent;
  border-radius: 2px;
  margin-right: 12px;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-title-icon {
  flex-shrink: 0;
  font-size: 0.875rem;
  margin-right: 16px;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.integration .header-menu-section-item-component .header-menu-item-content .menu-item-title-icon, .structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.addOn .header-menu-section-item-component .header-menu-item-content .menu-item-title-icon {
  margin-right: 8px;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.integration .header-menu-section-item-component svg, .structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.addOn .header-menu-section-item-component svg {
  border: 1px solid var(--icon-stroke-color);
  border-radius: 4px;
}
.structured-header-menu-component .structured-header-menu .structured-header-menu-top-part .structured-header-menu-content .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-item-component-wrapper.feature .menu-item-title-icon {
  background-color: transparent;
}
.header-menu-section-item-component-wrapper.by-team .header-menu-section-item-component .header-menu-item-content .menu-item-title-icon {
  margin-top: -4px;
  margin-right: 8px;
}
.bottom-items-component .bottom-items .header-menu-section-item-component-wrapper .header-menu-section-item-component .header-menu-item-content .menu-item-title-icon {
  margin-right: 8px;
  height: 14px;
}
.header-menu-section-item-component-wrapper .menu-item-text-and-tags-wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper {
  display: flex;
  flex-direction: column;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-title-wrapper {
  display: flex;
}
.header-menu-section-item-component-wrapper.secondary-product .menu-item-title {
  opacity: 0.85;
}
.header-menu-section-item-component .header-menu-item-content .menu-item-text-wrapper .menu-item-title-wrapper .menu-item-title {
  font-size: 0.875rem ;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
.bottom-items-component .bottom-items .separator {
  width: 1px;
  height: 50%;
  background: rgb(195, 198, 212);
}

/* Reset fixes for Monday WP */
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .tags-wrapper .tag {
  position: static;
  display: block;
  height: auto;
  overflow: visible;
  z-index: auto;
}
.base-header-desktop-component .base-header-desktop-content.universe-header-desktop-content.products-with-tags .sections-header-menu-component .header-menu-sections-wrapper .header-menu-section-component-wrapper .header-menu-section-items-wrapper .header-menu-section-item-component-wrapper.product .menu-item-text-and-tags-wrapper .menu-item-text-wrapper .menu-item-title-wrapper .menu-item-title {
  position: relative;
  top: 1px;
}
.header-menu-section-item-component .header-menu-item-content.has-image-instead-title .menu-item-text-wrapper .menu-item-title-wrapper {
  position: static;
  top: auto;
}
.header-menu-mobile-component .monday-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28px;
}
.header-menu-mobile-component .monday-link-wrapper .monday-link-text-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
}
.header-menu-mobile-component .monday-link-wrapper .monday-link-text-wrapper .secondary-button a.with-underline {
  background: none;
}
.header-menu-mobile-component .monday-link-wrapper .picture-component img {
  max-height: 20px;
  vertical-align: bottom !important;
}

.secondary-menu-active .basic-header-component .basic-header-content-wrapper {
  top: 0;
}
.secondary-menu-active .basic-header-component .basic-header-content-wrapper,
.secondary-menu-active .secondary-menu-wrap {
  transition: top 0.3s ease-in-out;
}

.secondary-menu-active.scrolled-down
.basic-header-component
.basic-header-content-wrapper {
  top: -72px !important;
}
.secondary-menu-active.scrolled-down .secondary-menu-wrap {
  top: 0;
  z-index: 556;
}

.secondary-menu-active .basic-header-component .basic-header-content-wrapper.with-shadow,
.secondary-menu-active .mobile-wrapper {
  box-shadow: none !important;
}

.secondary-menu-active .secondary-menu-wrap {
  box-shadow: 0px 4px 4px rgb(29 140 242 / 8%);
}

.secondary-menu-wrap {
  position: fixed;
  left: 0;
  top: 72px;
  z-index: 100;
  width: 100%;
  height: 72px;
  border-top: 1px solid #dcdfec;
  background: #fff;
  transition: top 0.3s ease-in-out;
}

.admin-bar .secondary-menu-wrap {
  top: 104px;
}
.admin-bar.secondary-menu-active.scrolled-down .secondary-menu-wrap {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar.secondary-menu-active .basic-header-component .basic-header-content-wrapper .basic-header-content,
  .admin-bar.secondary-menu-active .basic-header-component .basic-header-content-wrapper {
    margin-top: 46px;
  }
  .admin-bar .secondary-menu-wrap {
    top: 118px;
  }
  .admin-bar.secondary-menu-active.scrolled-down .secondary-menu-wrap {
    top: 46px;
  }
}

.button-component {
  display: inline-block;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 0.8125rem;
  padding: 12px 24px;
}
.button-component.with-arrow {
  padding-right: 16px;
}
.button-component.sm {
  font-size: 0.6875rem;
  padding: 8px 16px;
}
.button-component.sm.with-arrow {
  padding-right: 12px;
}
.button-component.brand-wm-primary-color.outline {
  color: #6161ff;
  border: 1px solid #6161ff;
  -webkit-transition: background-color 200ms ease,color 200ms ease;
  transition: background-color 200ms ease,color 200ms ease;
}
.button-component.crm-dark-tint-01.outline {
  color: #00889b;
  border: 1px solid #00889b;
  -webkit-transition: background-color 200ms ease,color 200ms ease;
  transition: background-color 200ms ease,color 200ms ease;
}
.button-component.brand-green-dark-tint-01.outline {
  color: #00854d;
  border: 1px solid #00854d;
  -webkit-transition: background-color 200ms ease,color 200ms ease;
  transition: background-color 200ms ease,color 200ms ease;
}
.button-component.brand-wm-primary-color.outline:hover {
  color: #ffffff !important;
  background-color: #6161ff;
}
.button-component.crm-dark-tint-01.outline:hover {
  color: #ffffff !important;
  background-color: #00889b;
}
.button-component.brand-green-dark-tint-01.outline:hover {
  color: #ffffff !important;
  background-color: #00854d;
}

/* End Monday Header */

/* Monday Footer */
.primary-font {
  font-family: Poppins,sans-serif !important;
}
.base-footer-component {
  line-height: 1.15;
}
.all-rights-reserved-component .app-store-icons .app-icon:not(:last-child) {
  margin-right: 16px;
}
.footer-category-component .title {
  margin-top: 11px;
  margin-bottom: 24px;
  font-size: var(--fs14);
  font-weight: 500;
  line-height: 1.15;
  color: #535768;
  font-family: Poppins,sans-serif !important;
}
.footer-category-component .link a {
  color: inherit;
}
.footer-category-component .link a:hover,
.footer-bottom-bar-link-component:hover {
  color: #595ad4;
}
.footer-bottom-bar-link-component {
  font-size: var(--fs13);
  color: #535768;
  text-decoration: underline;
  -webkit-transition: 100ms color ease;
  transition: 100ms color ease;
  text-decoration: underline!important;
}
.footer-bottom-bar-link-component:hover {
  text-decoration: underline;
}
.footer-bottom-bar-component {
  position: relative;
  font-size: var(--fs13);
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  -webkit-box-align: center;
  flex-direction: column;
}
.footer-bottom-bar-component:before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #dcdfec;
  position: relative;
  max-width: 1376px;
}
.footer-bottom-bar-both-sides-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 40px 32px 48px;
  align-items: center;
  height: 180px;
}
.footer-bottom-bar-left-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  height: 100%;
  position: relative;
}
.footer-bottom-bar-right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.app-store-icons {
  display: flex;
  gap: 16px;
  height: 40px;
}
.language-picker-and-security-logos-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.social-statement-and-links-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.palette-icons-wrapper {
  height: 40px;
  display: flex;
}
.statement-and-links-wrapper {
  height: 24px;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  gap: 24px;
}
.links-container,
.short-footer-link-component-wrapper {
  display: flex;
}

.links-container {
  display: flex;
  max-width: 90%;
  flex-wrap: wrap;
  row-gap: 4px;
}
.footer-bottom-bar-component
.footer-bottom-bar-left-side
.social-statement-and-links-wrapper
.statement-and-links-wrapper
.links-container
.short-footer-link-component-wrapper:not(:last-of-type):after {
  content: " | ";
  margin: 0 8px;
}
.footer-bottom-bar-component .items-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid;
  border-top-color: #e6e9ef;
  padding: 24px;
  align-items: center;
}

.footer-bottom-bar-component .items-container .links-container {
  display: flex;
}

.footer-bottom-bar-component
.items-container
.links-container
.short-footer-link-component-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom-bar-component
.items-container
.links-container
.short-footer-link-component-wrapper:not(:last-child) {
  margin-right: 40px;
}

.language-picker-wrapper,
.widget_icl_lang_sel_widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-bar-component
.items-container
.links-container
.language-picker-wrapper {
  position: relative;
  top: -7px;
}

.footer-bottom-bar-component .made-with-love-sentence {
  padding-top: 5px;
}

.footer-bottom-bar-component .made-with-love-sentence .red-heart {
  height: 12px;
}

.all-rights-reserved-component .address-info-wrapper .address-info-part-title {
  font-size: var(--fs14);
  font-weight: 700;
  margin-bottom: 21px;
}

.all-rights-reserved-component .address-info-wrapper address {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 15px;
}

/* Accessibility */
.accessibility-icon {
  vertical-align: unset;
}
.accessibility-statement-link-wrapper {
  margin-right: 40px;
}
.accessibilty-statement-link-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  cursor: pointer;
  align-items: center;
}
.accessibilty-statement-link-component .accessibility-link-wrapper {
  padding-left: 8px;
  display: flex;
}
.accessibility-icon-wrapper {
  display: flex;
}
.accessibilty-statement-link-component
.accessibility-link-wrapper
.accessibility-link {
  -webkit-transition: 150ms color ease;
  transition: 150ms color ease;
  color: #535768;
  text-decoration: underline!important;
}
.accessibilty-statement-link-component:hover .accessibility-link,
.accessibilty-statement-link-component:focus .accessibility-link,
.accessibilty-statement-link-component:active .accessibility-link {
  color: #595ad4;
}
.accessibilty-statement-link-component:hover .accessibility-icon path,
.accessibilty-statement-link-component:focus .accessibility-icon path,
.accessibilty-statement-link-component:active .accessibility-icon path,
.accessibilty-statement-link-component:hover .accessibility-icon circle,
.accessibilty-statement-link-component:focus .accessibility-icon circle,
.accessibilty-statement-link-component:active .accessibility-icon circle {
  stroke: #595ad4;
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer-bottom-bar-component .items-container {
    padding: 0 54px;
  }
}

@media (max-width: 768px) {
  .footer-bottom-bar-component .made-with-love-sentence {
    display: none;
  }
}
.security-logos-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.security-logos-component .iso-logo-img-container,
.security-logos-component .gdpr-logo-img-container,
.security-logos-component .hipaa-logo-img-container,
.security-logos-component .soc-logo-img-container {
  margin-right: 8px;
  cursor: pointer;
  line-height: 1.15;
}

.security-logos-component .iso-logo-img-container img,
.security-logos-component .gdpr-logo-img-container img,
.security-logos-component .hipaa-logo-img-container img,
.security-logos-component .soc-logo-img-container img {
  height: 32px;
  vertical-align: unset;
}

.security-logos-component .iso-logo-img-container:hover img,
.security-logos-component .gdpr-logo-img-container:hover img,
.security-logos-component .hipaa-logo-img-container:hover img,
.security-logos-component .soc-logo-img-container:hover img {
  opacity: 0.7;
}
.footer-bottom-bar-security-link-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}

.footer-bottom-bar-security-link-component .security-logos-wrapper {
  margin-left: 24px;
}

.social-media-icon:hover svg path {
  fill: #4353ff;
}
.palette-icons-container {
  display: flex;
}
.palette-icons-container .icons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.social-media-icon svg {
  height: 24px;
  width: auto;
  vertical-align: unset;
}

.palette-icons-container .single-app-icon-wrapper {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .palette-icons-container {
    margin: 0 auto;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .palette-icons-container .icons-wrapper:first-child {
    margin-right: auto;
  }
  .palette-icons-container .icons-wrapper {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}
.footer-container {
  width: 100%;
  overflow: hidden;
  color: #535768;
}
.footer-container:before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #dcdfec;
  position: relative;
}
.footer-container .footer-content-container {
  padding: 80px 32px 0 32px;
  font-size: var(--fs13);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.link.jsx-3505094039 {
  line-height: 22px;
}

.footer-container .footer-content-container .footer-content {
  display: flex;
  width: 1440px;
  padding: 0 32px;
}

.footer-container
.footer-content-container
.footer-content
.all-right-reserved-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 120px;
}

.footer-container
.footer-content-container
.footer-content
.categories-container {
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.link:not(:last-child) {
  margin-bottom: 16px;
  line-height: 22px;
}
.link a {
  display: flex;
  text-decoration: none;
  color: inherit;
  align-items: flex-end;
  column-gap: 8px;
  line-height: 22px;
  font-weight: 300;
}
.link .picture-component {
  display: flex;
}
.link .picture-component img {
  height: 18px;
}
.footer-container
.footer-content-container
.footer-content
.categories-container
.category-container:not(:last-child) {
  margin-right: 16px;
}
.footer-container
.footer-content-container
.footer-content
.categories-container
.category-container {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.monday-logo-wrapper {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 14px;
}
.monday-logo-wrapper a svg {
  vertical-align: unset;
}
.footer-monday-logo-image {
  height: 32px;
}
.footer-container
.footer-content-container
.footer-content
.categories-container
.category-container:last-child {
  flex-grow: 0;
}

.footer-container .footer-content-container .categories-colmmn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (max-width: 1440px) {
  .footer-container .footer-content-container .footer-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-content-container {
    padding: 40px 40px 0 40px;
  }
  .footer-container .footer-content-container .footer-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 24px;
  }
  .footer-container
  .footer-content-container
  .footer-content
  .all-right-reserved-container {
    width: 100%;
  }
  .footer-container
  .footer-content-container
  .footer-content
  .categories-container
  .category-container {
    width: 130px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
  }
  .footer-container
  .footer-content-container
  .footer-content
  .categories-container
  .category-container
  .footer-category-component {
    width: 130px;
  }
  .footer-container
  .footer-content-container
  .footer-content
  .categories-container
  .security-logos-container
  img {
    width: 34px !important;
    height: 34px !important;
  }
}

@media (max-width: 360px) {
  .footer-container .footer-content-container {
    padding: 40px 16px 0 16px;
  }
}
.short-footer-link-component {
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: default;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333333;
  line-height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-transition: 100ms color ease;
  transition: 100ms color ease;
}

.short-footer-link-component .picture-component .link-icon {
  height: 12px;
  width: 12px;
}

.short-footer-link-component.main-title {
  font-weight: 600;
  font-size: 14px;
}

.short-footer-link-component.main-title.clickable {
  -webkit-text-decoration: underline!important;
  text-decoration: underline!important;
  cursor: pointer;
}

.short-footer-link-component.secondary-title {
  font-weight: 600;
  color: #676879;
  font-size: 0.75rem;
}

.short-footer-link-component.link {
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}

.short-footer-link-component.link:hover {
  color: #595ad4;
}
.language-picker-item-component {
  height: 32px;
  width: 104px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  padding: 0px 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.language-picker-item-component:hover {
  background-color: #e5f4ff;
}

.language-picker-item-component .language-picker-item-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
  font-weight: 300;
  color: inherit;
}
.language-picker-item-component .language-picker-item-label a {
  color: rgb(128, 128, 128);
}
.language-picker-item-component .language-picker-item-label a:hover {
  text-decoration: none;
}
.language-picker-dialog-component {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  padding: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.language-picker-dialog-component .language-picker-item-component-wrapper {
  margin: 4px;
}
.language-picker-component {
  position: relative;
  z-index: 1032;
}

.language-picker-component:hover .earth-icon path,
.language-picker-component.is-open .earth-icon path {
  stroke: #595ad4;
}

.language-picker-component:hover .language-label,
.language-picker-component.is-open .language-label {
  color: #595ad4;
}

.language-picker-component:hover .arrow-down-icon path,
.language-picker-component.is-open .arrow-down-icon path {
  fill: #595ad4;
}

.language-picker-component.is-open .selected-language .arrow-down-icon {
  -webkit-transform: translateY(1px) rotate(180deg);
  -ms-transform: translateY(1px) rotate(180deg);
  transform: translateY(1px) rotate(180deg);
}

.language-picker-component.is-open .language-picker-dialog-component-wrapper {
  opacity: 1;
  visibility: visible;
}

.language-picker-component .selected-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 32px;
  line-height: 32px;
}
.language-picker-component .selected-language .earth-icon path {
  -webkit-transition: stroke 150ms ease;
  transition: stroke 150ms ease;
}

.language-picker-component .selected-language .language-label {
  margin: 0px 8px;
  max-width: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #535768;
}

.language-picker-component .selected-language .arrow-down-icon {
  height: 10px;
  width: 10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: -webkit-transform 200ms ease;
  -webkit-transition: transform 200ms ease;
  transition: transform 200ms ease;
}

.language-picker-component .selected-language .arrow-down-icon .path {
  -webkit-transition: fill 150ms ease;
  transition: fill 150ms ease;
}

.language-picker-component .language-picker-dialog-component-wrapper {
  position: absolute;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.language-picker-component .language-picker-dialog-component-wrapper.left {
  left: 0;
}

.language-picker-component .language-picker-dialog-component-wrapper.right {
  right: 0;
}

.language-picker-component .language-picker-dialog-component-wrapper.top {
  top: -144px;
}

@media (max-width: 1199px) {
  .language-picker-component .language-picker-dialog-component-wrapper {
    left: auto;
    right: 0;
  }
  .language-picker-component .selected-language .language-label {
    font-size: var(--fs14);
  }
}

@media (max-width: 1126px) {
  .language-picker-component .language-picker-dialog-component-wrapper {
    left: 0;
    right: auto;
  }
}
@media (max-width: 870px) {
  .language-picker-component .language-picker-dialog-component-wrapper {
    right: 0;
    left: auto;
  }
}

@media (max-width: 750px) {
  .language-picker-dialog-component {
    flex-wrap: nowrap;
    width: auto !important;
    height: 185px !important;
    overflow: auto;
    font-size: var(--fs14);
  }
  .language-picker-component .language-picker-dialog-component-wrapper.top {
    top: 35px;
  }
}

.short-footer-component {
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.short-footer-component .short-footer-header {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.short-footer-component .short-footer-header .language-picker-wrapper-component {
  width: 120px;
}

.short-footer-component .short-footer-header .language-picker-wrapper-component .language-picker-component .language-picker-dialog-component-wrapper {
  margin: 0;
}

.short-footer-component .short-footer-links {
  width: 100%;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.short-footer-component .short-footer-links .link-wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 20px;
}

.short-footer-component .short-footer-links .link-wrapper.main:not(:first-child) {
  margin-top: 28px;
}

.short-footer-component .short-footer-links .link-wrapper.main:nth-child(14n),.short-footer-component .short-footer-links .link-wrapper.main:nth-child(23n),.short-footer-component .short-footer-links .link-wrapper.main:nth-child(35n) {
  -webkit-break-before: column;
  break-before: column;
  margin-top: 0;
}

.short-footer-component .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 32px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.short-footer-component .bottom .terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.short-footer-component .bottom .terms .accessibility-statement-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}

.short-footer-component .bottom .terms-and-privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.short-footer-component .bottom .terms-and-privacy a {
  -webkit-transition: 150ms color ease;
  transition: 150ms color ease;
  color: #535768;
  font-size: 0.75rem;
  text-decoration: underline!important;
}

.short-footer-component .monday-logo-wrapper .footer-monday-logo-image {
  height: 32px;
}

.short-footer-component .contact-info-wrapper {
  font-size: 0.8125rem;
  text-align: center;
}

.english-page .breadcrumbs li:before {
  position: absolute;
  content: '';
  background: url("/hc/theming_assets/01JR54DXNNCCDCREF0Y9MQZSAB") no-repeat 0 center;
  right: 2px;
  width: 8px;
  height: 11px;
  top: 9px;
  margin: 0 4px;
}

.english-page .breadcrumbs li:last-child:before {
  content: none;
}

.english-page.article-page .breadcrumbs li:last-child:before {
  position: absolute;
  content: '';
  background: url("/hc/theming_assets/01JR54DXNNCCDCREF0Y9MQZSAB") no-repeat 0 center;
  right: 2px;
  width: 8px;
  height: 11px;
  top: 9px;
  margin: 0 4px;
}

.english-page .top-breadcrumbs .end-breadcrumbs-title:before {
  content: none;
}

.breadcrumbs li {
  position: relative;
}

@media (max-width: 768px) {
  .short-footer-component {
    -webkit-align-items:initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding: 32px;
  }

  .short-footer-component .short-footer-links {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .short-footer-component .short-footer-links .link-wrapper.main:nth-child(14n),.short-footer-component .short-footer-links .link-wrapper.main:nth-child(35n) {
    -webkit-break-before: auto;
    break-before: auto;
    margin-top: 28px;
  }

  .short-footer-component .bottom {
    -webkit-align-items: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .short-footer-component .bottom .contact-info-wrapper {
    text-align: left;
    width: 100%;
    line-height: 24px;
  }

  .short-footer-component .bottom .contact-info-wrapper .address-info {
    margin-top: 0;
  }

  .short-footer-component .bottom .social-proof-wrapper {
    width: 100%;
  }

  .short-footer-component .bottom .social-proof-wrapper .palette-icons-container {
    margin-top: 0;
  }

  .short-footer-component .bottom .social-proof-wrapper .icons-wrapper {
    margin: 0 !important;
  }
}

@media (max-width: 768px) and (max-width:768px) and (min-width:451px) {
  .short-footer-component {
    -webkit-align-items:center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .short-footer-component .short-footer-links {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .short-footer-component .short-footer-links .link-wrapper.main:nth-child(35n) {
    -webkit-break-before: column;
    break-before: column;
    margin-top: 0;
  }

  .short-footer-component .bottom {
    width: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .short-footer-component .bottom .contact-info-wrapper {
    text-align: center;
  }

  .short-footer-component .bottom .social-proof-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .short-footer-component .bottom .social-proof-wrapper .icons-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 1229px)  and (min-width: 768px) {
  .short-footer-component .bottom .social-proof-wrapper .icons-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .short-footer-component .bottom .social-proof-wrapper .icons-wrapper {
    margin: 0 !important;
  }

  .palette-icons-container {
    margin: 0 auto;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .short-footer-component .bottom .social-proof-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .short-footer-component .bottom .social-proof-wrapper {
    width: 100%;
  }
}
.desktop-wrapper,
.footer-desktop-wrapper {
  display: block;
  font-weight: 300;
}

.mobile-wrapper,
.footer-mobile-wrapper {
  display: none;
}
@media (max-width: 1025px) {
  .desktop-wrapper {
    display: none;
  }
  .mobile-wrapper {
    display: block;
    font-weight: 300;
  }
}
@media (max-width: 1229px) {
  .footer-desktop-wrapper {
    display: none;
  }

  .footer-mobile-wrapper {
    display: block;
    font-weight: 300;
  }
}
.all-rights-reserved-component .details {
  font-size: var(--fs13);
  line-height: 2;
  height: 24px;
  color: #535768;
}

.all-rights-reserved-component .address-info-wrapper {
  margin-top: 8px;
  font-style: initial;
}

.all-rights-reserved-component .address-info-wrapper .address-info-part {
  font-size: var(--fs13);
  line-height: 2;
}

.all-rights-reserved-component
.address-info-wrapper
.address-info-part
.address-info-part-title {
  font-size: var(--fs14);
  font-weight: 700;
}

.all-rights-reserved-component .icons-and-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.all-rights-reserved-component .icons-and-language .app-icon:not(:last-child) {
  margin-right: 8px;
}

.all-rights-reserved-component .icons-and-language .language-picker-wrapper {
  width: 120px;
  min-height: 20px;
}
@media (max-width: 991px) {
  .all-rights-reserved-component {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .all-rights-reserved-component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*margin-left: 24px;*/
    margin-left: 0;
  }
  .all-rights-reserved-component .icons-wrapper {
    margin-left: 48px;
  }
}
/* Some tracking script inserts image in footer that ruins layout */
img[src^="https://data.adxcel-ec2.com/"]
{
  display: none;
}

.footer-bottom-bar-left-side {
  position: relative;
}
/* END Monday Footer */


.navigation-bar .logo {
  width: auto;
}

.homepage .home-container.new-container .search-box .search input {
  background: #FFFFFF url("/hc/theming_assets/01JR54DFZ9J8TARRV2W7JWH3QR") no-repeat 15px center;
  background-size: 20px;
}

.header-search .search input {
  background: #FFFFFF url("/hc/theming_assets/01JR54DTSW4G96RDP0XS4ARB99") no-repeat 15px center;
  background-size: 20px;
}

.english-page .search-box .search input {
  background: #FFFFFF url("/hc/theming_assets/01JR54DFZ9J8TARRV2W7JWH3QR") no-repeat 12px center;
  background-size: 20px;
}

@media (min-width: 768px) {
  .homepage .home-container.new-container .search-box .search input {
    background: #FFFFFF url("/hc/theming_assets/01JR54DFZ9J8TARRV2W7JWH3QR") no-repeat 15px center;
    background-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .homepage .home-container.new-container .search-box input {
    font-size: 14px !important;
  }
}

@media (max-width: 1440px) {
  .basic-header-component .basic-header-content-wrapper .basic-header-content {
    padding-left: 70px;
    padding-right: 70px;
  }

  .right-side-header-links .header-search .search input.active {
    width: 170px !important;
  }
}

@media (max-width: 1280px) {
  .basic-header-component .basic-header-content-wrapper .basic-header-content {
    padding-left: 78px;
    padding-right: 78px;
  }
}

@media (max-width: 1200px) {
  .basic-header-component .basic-header-content-wrapper .basic-header-content {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }

  .contact-sales-item-header a {
    height: 33px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .base-header-desktop-component .header-button-wrapper {
    gap: 5px;
  }

  .link-item-with-menu-component {
    padding: 0;
  }

}

@media (max-width:1200px) and (min-width:1024px) {

  .right-side-header-links .header-search .search input {
    height: 33px !important;
  }

  .right-side-header-links .header-search .search input.active {
    width: 130px  !important;
    padding: 0 30px 0 10px  !important;
    margin-top: 3px !important;
  }
}

.arrow-item-menu {
  height: auto !important;
}


/* Compact CSS */
.compact .base-header-component, .compact .base-footer-component, .compact .powered-by-zendesk {display: none;}
.compact main {margin-top: 0 !important;}
.compact .homepage .base-layout-segment-component {display: none;}
.contact-sales-item-header .link-item-with-menu-component .link-item-with-menu-title {
  margin-right: 0 !important;
}

.categories-colmmn-wrapper .link a {
  align-items: center;
}

#search-button-icon {
  position: absolute;
  /*opacity: 0;*/
  top: 0;
  right: 70px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.search-wrapper {
  position: relative;
}

#search-button-icon {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 60px;
  width: 70px;
  height: 80px;
  cursor: pointer;
  background: #eeeeee;
}

@media (max-width: 767px) {
  #search-button-icon {
    right: 0;
    height: 50px;
  }
}

.article-header #search-button-icon {
  height: 60px;
  width: 50px;
  right: 20px;
}

.ch2-style-light .ch2-dialog-content p {
  color: #212529 !important;
}


.article-info-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #C3C6D4;
  display: flex;
  justify-content: space-between;
}

.article-info-wrapper .time-tracking {
  font-size: 14px;
  font-family: 'Poppins' !important;
  font-weight: 400;
  vertical-align: text-top;
  line-height: 23px;
  color: #676879 !important;
}

#decision-tree {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 440px;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
}

.decision-tree {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 350px;
}

.question {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.buttons button,
button.show-yes,
button.show-no,
button.reset-tree {
  padding: 10px 20px;
  margin: 5px;
  font-size: 1em;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.buttons button:hover,
button.show-yes:hover,
button.show-no:hover,
button.reset-tree:hover  {
  background-color: #dcdcdc;
}

.lity-close {
  background: url("/hc/theming_assets/01JR54DSH70KM97MT62KC3D0SV") no-repeat center center, transparent !important;
}

.lity-close:hover,
.lity-close:active,
.lity-close:focus {
  background: url("/hc/theming_assets/01JR54DSH70KM97MT62KC3D0SV") no-repeat center center, transparent !important;
}

.custom-top-banner {
  position: relative; /* Stick to the top of the page */
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background-color: #6161FF;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 15px 32px;
  z-index: 9999;
  gap: 50px;
}

.custom-top-banner .main-content {
  flex-grow: 1;
}

.custom-top-banner .banner-close {
  color: #FFFFFF;
  font-weight: 200;
  cursor: pointer;
  font-size: 30px;
  line-height: 32px;
  transform: rotate(44deg);
}

.custom-top-banner .main-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
}

.custom-top-banner span a,
.custom-top-banner span a:visited,
.custom-top-banner span a:hover,
.custom-top-banner span a:active {
  font-family: 'Poppins SemiBold';
  color: #F1F1F1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline !important;
}

@media (max-width: 1200px) {
  .custom-top-banner span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}

@media (max-width: 1100px) {
  .custom-top-banner .main-content {
    max-width: 840px;
  }
}

@media (max-width: 768px) {
  .custom-top-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    align-items: flex-start;
    height: 76px;
    padding: 10px 14px 10px 20px;
    gap: 20px;
  }

  .custom-top-banner .main-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    overflow: hidden;
    display: block;
    max-width: 309px;
    text-align: left;
  }

  .custom-top-banner .banner-close {
    font-size: 30px;
    line-height: 32px;
    margin-top: -6px;
  }

  .custom-top-banner span a, .custom-top-banner span a:visited, .custom-top-banner span a:hover, .custom-top-banner span a:active {
    font-family: 'Poppins SemiBold';
    color: #F1F1F1;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: underline !important;
  }

}

a.view-results,
a.view-results:hover {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
}

.results-button-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
  height: 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin: 14px 28px 20px;
}