:root {
  --bs-link-color: #333;
  --bs-link-hover-color: #333;
  --bs-padding: clamp(1.6rem, 10vw - 8rem, 16rem);
  --bs-desktop-container-offset: calc((100% - 1920px) / 2);
}

@media (min-width: 1400px) {
  :root {
    --bs-padding: clamp(1.6rem, 8vw, 16rem);
  }
}

html {
  font-size: 62.5% !important;
  font-family: "Libre Franklin", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #333;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.8;
  overflow: visible;
}

.no-transition {
  transition: none !important;
}

.display-1,
.display-2,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-top: 4rem;
  margin-bottom: 2.4rem;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: "Libre Franklin", sans-serif;
}
h3,
h4,
h5,
.h3,
.h4,
.h5 {
  line-height: 1.4;
}

.display-1,
.display-2 {
  font-weight: 500;
}

.h1,
h1 {
  font-size: clamp(4.2rem, 1.41rem + 4.19vw, 10.4rem);
}

.display-1,
.h1-small {
  font-size: 4.2rem;
}

.display-2,
.h2,
h2 {
  font-size: 3.2rem;
}

.h3,
h3 {
  font-size: 2.4rem;
}

.h4,
h4 {
  margin-top: 4rem;
  margin-bottom: 2.4rem;
}

.h5,
h5 {
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
}

.h6,
h6 {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}

.display-1 {
  margin-bottom: 4.8rem;
}

.font-calligraphy {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.4rem;
}

.text-balance {
  text-wrap: balance;
}

p {
  margin-bottom: 2.4rem;
}

p:empty,
p:last-child {
  margin-bottom: 0 !important;
}

.text-gray-l,
.text-lead,
.lead {
  font-size: 1.8rem;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration-color: #fabf2b;
}

a:active {
  text-decoration-color: #fabf2b;
}

ol,
ul:not([class]) {
  list-style: none;
  padding: 0;
  margin: 0 0 2.4rem 0;
}

ol li,
ul:not([class]) li {
  margin-bottom: 0.8rem;
}

ol li::before,
ul:not([class]) li::before {
  content: "";
  display: inline-block;
}

ul:not([class]) li {
  position: relative;
  padding-left: 3.6rem;
}

ul:not([class]) li::before {
  position: absolute;
  top: 1.3rem;
  left: 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fabf2b;
  border-radius: 50%;
}

ol {
  counter-reset: alphaCounter;
}

ol > li {
  counter-increment: alphaCounter;
  padding-left: 3.6rem;
}

ol li::before {
  content: counter(alphaCounter) ".\00a0\00a0";
  min-width: 3.6rem;
  color: #905d01;
  font-weight: 500;
  margin-left: -3.6rem;
}

@media (min-width: 1200px) {
  .display-1,
  .display-2,
  .h1,
  .h2,
  .h3,
  .h4,
  h1,
  h2,
  h3,
  h4 {
    margin-top: 4.8rem;
  }

  .display-1 {
    margin-bottom: 6.4rem;
  }

  .h1,
  h1 {
    letter-spacing: -0.02em;
  }

  .display-1,
  .h1-small {
    font-size: 5.6rem;
  }

  .display-2,
  .h2,
  h2 {
    font-size: 3.8rem;
    letter-spacing: -0.01em;
  }

  .h3,
  h3 {
    font-size: 2.6rem;
  }

  .h5,
  h5 {
    margin-top: 4rem;
  }

  .h6,
  h6 {
    margin-top: 3.2rem;
  }

  .text-gray-l,
  .text-lead,
  .lead {
    font-size: 2.1rem;
  }
}

.h4,
h4 {
  font-size: 2.1rem;
}

.h5,
h5 {
  font-size: 1.8rem;
}

.h6,
h6 {
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-variant: small-caps;
}

.small,
small {
  font-size: 1.4rem;
  line-height: 1.4;
}

.text-xs {
  font-size: 1.2rem;
  line-height: 1.4;
}

.lh-sm {
  line-height: 1.4 !important;
}

.lh-base {
  line-height: 1.8 !important;
}

.display-1:first-child,
.display-2:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  h1 .longer_text {
    font-size: 3.6rem;
  }
}

@media (max-width: 575.98px) {
  h1 .longer_text {
    font-size: 2.4rem;
  }
}

@media (max-width: 479px) {
  /* Hyphenate titles on small screens */
  .h1,
  h1,
  .h2,
  h2 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: anywhere;
    word-break: keep-all;
    word-break: auto-phrase;
  }
}

.tag {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
}

.fw-medium {
  font-weight: 500;
}

.text-muted {
  color: #6d6d6d !important;
}

.text-muted-light {
  color: #a8a8a8 !important;
}

.text-body {
  color: #333 !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3.2rem;
}

.row {
  --bs-gutter-x: 3.2rem;
}

.gform_wrapper .gform_button,
.gform_wrapper .gform-button,
.hbspt-form .hs-form.hs-form .hs-button.primary,
.btn {
  --bs-btn-padding-x: 2.4rem;
  --bs-btn-padding-y: 0.8rem;
  --bs-btn-font-size: 1.7rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.4;
  --bs-btn-color: #333;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 2px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 999rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-disabled-opacity: 0.3;
  --bs-btn-focus-box-shadow: none;
  display: inline-flex;
  align-items: center;
  text-align: left;
}

.gform_wrapper .gform_button,
.gform_wrapper .gform-button,
.hbspt-form .hs-form.hs-form .hs-button.primary,
.btn-round,
.btn-primary {
  --bs-btn-color: #333;
  --bs-btn-bg: #fabf2b;
  --bs-btn-border-color: #fabf2b;
  --bs-btn-hover-color: #333;
  --bs-btn-hover-bg: #f0af19;
  --bs-btn-hover-border-color: #f0af19;
  --bs-btn-active-color: #333;
  --bs-btn-active-bg: #f0af19;
  --bs-btn-active-border-color: #f0af19;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #333;
  --bs-btn-disabled-bg: #fabf2b;
  --bs-btn-disabled-border-color: #fabf2b;
}

.btn-outline-primary {
  --bs-btn-bg: transparent;
  --bs-btn-color: #333;
  --bs-btn-border-color: #fabf2b;
  --bs-btn-hover-color: #333;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #f0af19;
  --bs-btn-active-color: #333;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #f0af19;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #333;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fabf2b;
  --bs-btn-focus-box-shadow: inset 0 0 0 1px #f0af19;

  box-shadow: inset 0 0 0 0 #fabf2b;
}

.btn-outline-primary:hover {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.pageHeader .btn-outline-primary {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}

.section-newsletter .gform_wrapper .gform_button,
.section-newsletter .gform_wrapper .gform-button,
.section-newsletter .hbspt-form .hs-form.hs-form .hs-button.primary,
.bg-yellow .gform_wrapper .gform_button,
.bg-yellow .gform_wrapper .gform-button,
.bg-yellow .hbspt-form .hs-form.hs-form .hs-button.primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #333;
  --bs-btn-border-color: #333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #333;
  --bs-btn-disabled-border-color: #333;
}

.btn-sm {
  --bs-btn-padding-y: 0.4rem;
  --bs-btn-padding-x: 2rem;
  --bs-btn-font-size: 1.7rem;
  --bs-btn-border-radius: 999rem;
}

.btn-lg {
  --bs-btn-padding-y: 1.2rem;
  --bs-btn-padding-x: 2.4rem;
  --bs-btn-font-size: 1.7rem;
  --bs-btn-border-radius: 999rem;
}

.btn-next,
.btn-link,
.bg-dark-gray .bg-yellow .btn-next,
.bg-dark-gray .bg-yellow .btn-link,
.bg-gray .btn-link.text-body,
.btn-link-basic,
.btn-lang {
  --bs-btn-padding-y: 1rem;
  --bs-btn-padding-x: 2.4rem;
  --bs-btn-border-width: 0;
  --bs-btn-border-radius: 0;
  --bs-btn-font-weight: 500;
  --bs-btn-color: #333;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #333;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: #333;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #333;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  text-decoration: none;
  padding-left: 0;
}

.btn-next svg,
.btn-link svg {
  display: none;
}

.btn-toggle-primary::after,
.btn-next::after,
.btn-link::after,
.bg-dark-gray .bg-yellow .btn-next::after,
.bg-dark-gray .bg-yellow .btn-link::after,
.bg-gray .btn-link.text-body::after {
  content: "";
  display: block;
  margin-left: 0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 2.4rem;
  background-image: url(../img/chevron-right-dark.svg);
  transition: 0.25s ease-in-out;
}

.btn-toggle-primary,
.btn-link-primary,
.bg-dark-gray .btn-next,
.bg-dark-gray .btn-link,
.text-white .btn-next,
.text-white .btn-link,
.pageHeader__content .btn-next,
.pageHeader__content .btn-link {
  --bs-btn-color: #fabf2b;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fabf2b;
}

.btn-toggle-primary::after,
.btn-link-primary::after,
.bg-dark-gray .btn-next::after,
.bg-dark-gray .btn-link::after,
.text-white .btn-next::after,
.text-white .btn-link::after,
.pageHeader__content .btn-next::after,
.pageHeader__content .btn-link::after {
  background-image: url(../img/chevron-right-primary.svg);
}

.btn-link-white {
  --bs-btn-color: #fff !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-disabled-color: #fff !important;
}

.btn-link-white::after {
  background-image: url(../img/chevron-right-white.svg) !important;
}

.btn-link-muted-light {
  --bs-btn-color: #a8a8a8 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-disabled-color: #a8a8a8 !important;
}

.btn-link-muted-light::after {
  background-image: url(../img/chevron-right-light.svg) !important;
}

.btn-next:hover::after,
.btn-link:hover::after {
  transform: translateX(0.6rem);
}

.btn-toggle-primary {
  --bs-accordion-btn-icon-transform: rotate(0deg);
}

.btn-toggle-primary::after,
.btn-toggle-primary:hover::after {
  transform: var(--bs-accordion-btn-icon-transform);
  margin-left: 0;
}

.btn-toggle-primary[aria-expanded="true"]::after {
  --bs-accordion-btn-icon-transform: rotate(90deg);
}

.btn-close {
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../img/clear-dark.svg);
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 999rem;
  transition: 0.25s ease-in-out;
  background-color: #fff;
  opacity: 1 !important;
  box-shadow: none !important;
  padding: 0;
}

.btn-close:hover {
  background-color: #f0af19;
}

.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-font-size: 1.4rem;
  --bs-dropdown-link-color: #333;
  --bs-dropdown-link-hover-color: #333;
  --bs-dropdown-link-hover-bg: #e9e9e9;
  --bs-dropdown-link-active-color: #333;
  --bs-dropdown-link-active-bg: #e9e9e9;
  --bs-dropdown-item-padding-x: 1.6rem;
  --bs-dropdown-item-padding-y: 0.4rem;
  --bs-dropdown-header-color: #333;
  --bs-dropdown-header-padding-x: 1.6rem;
  --bs-dropdown-header-padding-y: 0.4rem;
  line-height: 1.4;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 16px 32px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  font-weight: 500;
}

.pagination {
  --bs-pagination-padding-x: 0.4rem;
  --bs-pagination-padding-y: 0.4rem;
  --bs-pagination-font-size: inherit;
  --bs-pagination-color: #333;
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 999rem;
  --bs-pagination-hover-color: var(--bs-pagination-color);
  --bs-pagination-hover-bg: #f0af19;
  --bs-pagination-focus-color: var(--bs-pagination-color);
  --bs-pagination-focus-bg: #f0af19;
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: var(--bs-pagination-color);
  --bs-pagination-active-bg: #fabf2b;
  --bs-pagination-disabled-color: rgb(51, 51, 51, 0.3);
  --bs-pagination-disabled-bg: transparent;
  margin: -0.2rem;
}

.page-item {
  margin: 0.2rem;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bs-pagination-border-radius);
  line-height: 1;
  height: 4rem;
  min-width: 4rem;
}

.page-item.prev {
  margin-right: 0.6rem;
}

.page-item.next {
  margin-left: 0.6rem;
}

.page-link.dots {
  pointer-events: none;
}

.tooltip {
  --bs-tooltip-padding-x: 0.8rem;
  --bs-tooltip-padding-y: 0.4rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 1.4rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.4rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 1.2rem;
  --bs-tooltip-arrow-height: 0.6rem;
}

select,
textarea,
input:not([type="checkbox"], [type="radio"], [type="reset"], [type="submit"], [type="range"]) {
  display: block;
  width: 100%;
  padding: 1.1rem 1.6rem !important;
  font-size: 1.7rem !important;
  font-weight: 300;
  line-height: 1.4 !important;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0 !important;
  min-height: 4.8rem !important;
}

select {
  background-image: url(../img/select-arrow.svg);
  background-position: top 1.5rem right 0.7rem;
  background-repeat: no-repeat;
  background-size: 1.6rem;
}

textarea {
  height: 9.6rem;
}

select:focus,
textarea:focus,
input:not([type="reset"], [type="submit"]):focus {
  box-shadow: 0px 0px 0px 2px #fcda85;
}

input[type="submit"] {
  display: inline-flex;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height) !important;
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="submit"]:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

input[type="submit"]:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
}

input[type="checkbox"],
input[type="radio"] {
  width: 2.4rem !important;
  height: 2.4rem !important;
  flex: 0 0 2.4rem;
  margin-top: 0 !important;
  margin-right: 1.2rem !important;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #d8d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

input[type="checkbox"] {
  border-radius: 0.4rem;
  background-size: 2.4rem;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #fabf2b;
  border-color: #fabf2b;
}

input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M4.5 13 9 17.5l11-11'/%3e%3c/svg%3e");
}

input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 10 10'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 0.4rem;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

input[type="range"]:focus {
  box-shadow: none;
}

/* Track Styles */
/* Chrome, Safari, Opera, and Edge Chromium */
input[type="range"]::-webkit-slider-runnable-track {
  background: #fabf2b;
  height: 0.4rem;
}

/* Firefox */
input[type="range"]::-moz-range-track {
  background: #fabf2b;
  height: 0.4rem;
}

/* Thumb Styles */
/* Chrome, Safari, Opera, and Edge Chromium */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 50%;
  margin-top: -1.3rem;
  background-color: #fabf2b;
  height: 3rem;
  width: 3rem;
}

input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px 2px #fcda85;
}

input[type="range"]:focus-visible::-webkit-slider-thumb {
  box-shadow: none;
}

/* Firefox */
input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 50%;
  background-color: #fabf2b;
  height: 3rem;
  width: 3rem;
}

input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0px 0px 0px 2px #fcda85;
}

input[type="range"]:focus-visible::-moz-range-thumb {
  box-shadow: none;
}

.ginput_container_consent,
.gchoice {
  display: flex;
}

.gchoice + .gchoice {
  margin-top: 1.6rem;
}

.gform_wrapper.gravity-theme .gform_body .gfield_consent_label,
.gform_wrapper.gravity-theme .gform_body .gfield_checkbox label,
.gform_wrapper.gravity-theme .gform_body .gfield_radio label {
  font-size: 1.7rem;
  line-height: 1.4;
}

.gform_wrapper,
.hbspt-form {
  margin-bottom: 2.4rem;
}

.gform_wrapper:last-child,
.hbspt-form:last-child {
  margin-bottom: 0;
}

.hbspt-form .hs-form.hs-form .hs-form-field {
  margin-bottom: 2.4rem;
}

.gform_wrapper.gravity-theme .gform_body .gfield_label,
.hbspt-form .hs-form.hs-form .hs-form-field > label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.4rem;
  display: block;
}

.hbspt-form .hs-form.hs-form .hs-dependent-field {
  margin-bottom: 2.4rem;
}

.hbspt-form .hs-form.hs-form .hs-dependent-field .inputs-list {
  padding-left: 0;
}

.gform_wrapper.gform_validation_error
  .gfield_error
  input:not([type="checkbox"], [type="radio"])[aria-invalid="true"],
.hbspt-form .hs-form.hs-form .hs-input.error {
  box-shadow: 0px 0px 0px 2px #dc3545;
  background-image: url(../img/input-invalid.svg);
  background-position: top 1.1rem right 0.7rem;
  background-repeat: no-repeat;
  background-size: 2.4rem;
}

.gform_wrapper.gform_validation_error .gfield_error select[aria-invalid="true"],
.hbspt-form .hs-form.hs-form select.hs-input.error {
  background-image: url(../img/select-arrow.svg), url(../img/input-invalid.svg);
  background-position: top 1.5rem right 0.7rem, top 1.1rem right 2.7rem;
  background-repeat: no-repeat;
  background-size: 1.6rem, 2.4rem;
}

.hs_error_rollup {
  display: none;
}

.gform_wrapper.gform_validation_error .gfield_error label {
  color: #333;
}

.gform_wrapper .gfield .gfield_required,
.gform_wrapper.gform_validation_error
  .gfield_error
  .gfield_repeater_cell
  .validation_message,
.gform_wrapper.gform_validation_error .gfield_error .validation_message,
.gform_wrapper.gform_validation_error .gfield_error legend,
.gform_wrapper.gform_validation_error .gfield_validation_message,
.gform_wrapper.gform_validation_error .validation_message,
.gform_wrapper.gform_validation_error [aria-invalid="true"] + label,
.gform_wrapper.gform_validation_error label + [aria-invalid="true"] {
  color: #dc3545;
}

.gform_wrapper .gform_fields .gfield .validation_message {
  border: none;
  background: transparent;
}

.gform_wrapper .gform_fields .gfield .validation_message,
.hbspt-form .hs-form.hs-form .hs-error-msgs,
.hbspt-form .hs-form.hs-form .hs-error-msg {
  color: #dc3545;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0.4rem 0 0;
  list-style: none;
  margin: 0;
  position: absolute;
}

.hbspt-form .hs-form.hs-form .hs-error-msg {
  position: relative;
  padding: 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  margin: 0 0 1.6rem;
  border-radius: 0;
  padding: 1.2rem 4rem;
  border: 1px solid #dc3545;
  box-shadow: none;
  background-color: #fff;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #dc3545;
  font-size: 1.2rem;
  letter-spacing: normal;
  line-height: 1.4;
  font-weight: 300;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  left: 0.8rem;
}

.hbspt-form .hs-form.hs-form .hs-error-msgs li {
  margin-bottom: 0;
}

.gform_wrapper.gravity-theme form .gform_footer {
  margin-top: 2.4rem;
  padding: 0;
}

.gform_wrapper.gravity-theme form .gform_footer:not(:has(.gform_button)) {
  margin-top: 0;
}

.gform_wrapper.gravity-theme form .gform_footer input {
  margin-bottom: 0;
}

.hbspt-form .hs-form.hs-form .hs-submit {
  margin-top: 2.4rem;
}

.legal-consent-container {
  color: #6d6d6d;
  font-size: 1.2rem;
  line-height: 1.4;
}

.hbspt-form .hs-form.hs-form .legal-consent-container .hs-form-field {
  margin-bottom: 0;
  width: 100%;
}

.legal-consent-container label {
  text-transform: unset;
}

.hbspt-form .hs-form.hs-form .input .inputs-list {
  list-style: none;
  margin: 0;
  width: 100%;
}

.hbspt-form .hs-form.hs-form .input .inputs-list label {
  display: flex;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1.4;
}

.hbspt-form .hs-form.hs-form fieldset {
  max-width: 100%;
}

.hbspt-form .hs-form.hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

@media (min-width: 1200px) {
  .hbspt-form .hs-form.hs-form .input .inputs-list label {
    font-size: 1.5rem;
  }
}

.hbspt-form .hs-form.hs-form .input .inputs-list li {
  margin-bottom: 0;
}

.hbspt-form .hs-form.hs-form .input .inputs-list li + li {
  margin-top: 1.6rem;
}

.hbspt-form
  .hs-form.hs-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span {
  margin-left: 0;
}

.hs-cta-embed iframe {
  border: 0 !important;
}

.gform_wrapper .gfield textarea.small {
  display: block;
}

.gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-column-gap: 2.4rem;
  grid-row-gap: 1.6rem;
}

.pageHeader__form .gform_wrapper .gform_body .ginput_container_consent {
  margin-top: 0.8rem;
}

@media (min-width: 992px) {
  .gform_wrapper.gravity-theme .gform_body .gform_fields {
    grid-row-gap: 2.4rem;
  }

  .pageHeader__form .gform_wrapper .gform_body .ginput_container_consent {
    margin-top: 2.4rem;
  }
}

.gform_wrapper.gravity-theme
  .gform_body
  .gform_fields
  .gfield_consent_description {
  border: none;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #6d6d6d;
  margin-top: 2.4rem;
  max-height: none;
  overflow: visible;
}

.gform_wrapper.gravity-theme .gform_body .gform_fields .gfield_html {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #6d6d6d;
}

.section-newsletter .gform_wrapper {
  margin-bottom: 0;
}

.section-newsletter .gform_validation_errors {
  display: none;
}

.section-newsletter .gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-column-gap: 0.8rem;
  grid-row-gap: 1.6rem;
}

.section-newsletter.section-contact-form
  .gform_wrapper.submit-button-aside-form
  .gform_body
  .gform_fields
  .gfield--type-submit
  .gform-button {
  margin-left: 2.4rem;
}

.section-newsletter:not(.section-contact-form)
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield:first-child,
.section-newsletter:not(.section-contact-form)
  .gform_wrapper.gravity-theme
  .gform_fields
  .gform_footer,
.section-newsletter:not(.section-contact-form)
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield--type-submit {
  -ms-grid-row: 1;
  grid-row: 1;
}

.section-newsletter:not(.section-contact-form)
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield--type-submit,
.section-newsletter.section-contact-form
  .gform_wrapper.submit-button-aside-form
  .gform_fields
  .gfield--type-submit {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  min-width: initial;
}

.section-newsletter:not(.section-contact-form)
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield:first-child,
.section-newsletter.section-contact-form
  .gform_wrapper.submit-button-aside-form
  .gfield:not(.gfield--type-submit) {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}

.section-contact-form:not(.section-newsletter) .gform_wrapper .gfield {
  align-self: center;
}

.section-contact-form .gform_wrapper .gfield--type-submit {
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .section-newsletter.section-contact-form
    .gform_wrapper.submit-button-aside-form
    .gform_body
    .gform_fields
    .gfield--type-submit
    .gform-button {
    margin-left: 0.8rem;
  }
}

@media (max-width: 479px) {
  .section-newsletter:not(.section-contact-form)
    .gform_wrapper.gravity-theme
    .gform_fields
    .gfield:first-child,
  .section-newsletter.section-contact-form
    .gform_wrapper.submit-button-aside-form
    .gfield:not(.gfield--type-submit),
  .section-newsletter.section-contact-form
    .gform_wrapper.submit-button-aside-form
    .gform_fields
    .gfield--type-submit {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  .section-newsletter:not(.section-contact-form)
    .gform_wrapper.gravity-theme
    .gform_fields
    .gform_footer {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .section-newsletter.section-contact-form
    .gform_wrapper.submit-button-aside-form
    .gform_body
    .gform_fields
    .gfield--type-submit
    .gform-button {
    margin-left: 0;
  }
}

.section-newsletter .gform_wrapper.gravity-theme .gform_fields .gfield_html {
  font-size: 1.2rem !important;
}

.section-newsletter .gform_wrapper.gravity-theme .gform_fields .gform_footer {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 0;
}

.section-newsletter input:not([type="checkbox"], [type="radio"], [type="reset"], [type="submit"]),
.bg-yellow input:not([type="checkbox"], [type="radio"], [type="reset"], [type="submit"]) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #434343;
  box-shadow: none;
  color: #333;
  padding: 0.6rem 0 !important;
  min-height: 0 !important;
  line-height: 1.8 !important;
}

.section-newsletter
  input:not(
    [type="checkbox"],
    [type="radio"],
    [type="reset"],
    [type="submit"]
  ):focus,
.bg-yellow
  input:not(
    [type="checkbox"],
    [type="radio"],
    [type="reset"],
    [type="submit"]
  ):focus {
  border-bottom-color: #000;
}

.section-newsletter
  .gform_wrapper.gform_validation_error
  .gfield_error
  input:not([type="checkbox"], [type="radio"])[aria-invalid="true"],
.bg-yellow
  .gform_wrapper.gform_validation_error
  .gfield_error
  input:not([type="checkbox"], [type="radio"])[aria-invalid="true"] {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #241600;
  background-image: none;
}

.section-newsletter .gform_wrapper .gform_fields .gfield .validation_message,
.bg-yellow .gform_wrapper .gform_fields .gfield .validation_message {
  position: relative;
  color: #241600;
  padding-top: 0.8rem;
}

.section-newsletter input::-webkit-input-placeholder,
.bg-yellow input::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

.section-newsletter input:-moz-placeholder,
.bg-yellow input:-moz-placeholder {
  color: #333;
  opacity: 1;
}

.section-newsletter input::-moz-placeholder,
.bg-yellow input::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.section-newsletter input:-ms-input-placeholder,
.bg-yellow input:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

table td a {
  display: block;
  text-align: center;
}

table td,
table th {
  text-align: center;
}

img {
  max-width: 100% !important;
}

.bg-contain,
.bg-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

a:active,
a:hover,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.mfp-wrap,
.videoArea img {
  -webkit-backface-visibility: hidden;
}

.mfp-counter {
  white-space: nowrap;
}

.postContent a {
  word-break: break-word;
}

.postContent img {
  height: auto;
}

.postContent .embed-mw-container {
  margin: 6.4rem 0;
}

.postContent > :last-child {
  margin-bottom: 0;
}

.screen-reader-response,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.list-block,
.list-flex,
.list-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

body,
figure,
header ul {
  margin: 0;
}

.list-inline li {
  display: inline-block;
}

.list-block li {
  display: block;
}

.list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-flex li {
  display: block;
}

.right {
  float: right;
}

.left {
  float: left;
}

.hide {
  display: none;
}

.block,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

pre,
textarea {
  overflow: auto;
}

.embed-mw-container {
  max-width: 100%;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  background-color: #fff;
}

header ul {
  list-style: none;
  padding-left: 0;
}

header ul a {
  text-decoration: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 500;
}

dfn {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

.mfp-container {
  -webkit-box-sizing: border-box;
}

fieldset {
  border: 1px solid #d8d8d8;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

.btn-play,
.btn-play svg {
  overflow: visible;
}

.list-bullets li:before,
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: "";
}

.col-center {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}

.text-gray,
.text-gray-l {
  color: #a8a8a8;
}

.text-yellow {
  color: #fabf2b !important;
}

.border-yellow {
  border: 2px solid #fabf2b;
}

.bg-yellow {
  background-color: #fabf2b;
}

.bg-vaimo-green {
  background-color: #91bb5b;
}

.bg-gray {
  background: #f4f4f4;
}

.bg-light-gray {
  background: #d8d8d8;
}

.bg-darker-gray {
  background: #434343;
}

.bg-dark-gray {
  background: #333;
}

.linearBGWhite {
  background: linear-gradient(103.3deg, #ffffff 50%, #f4f4f4 100%);
}

.bg-gray + .cardLinkExpertise {
  background: linear-gradient(
    180deg,
    #f4f4f4 0%,
    #f4f4f4 50%,
    #ffffff 50%,
    #ffffff 100%
  );
}

.list-bullets {
  list-style: none;
  padding-left: 0;
  margin: 0 0 2rem;
}

.list-bullets li {
  position: relative;
  padding-left: 15px;
}

.list-bullets li:before {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: #fabf2b;
  top: 8px;
}

.icon__slider-next {
  background: url(../img/sprite__site-icons.svg) no-repeat;
  width: 25px;
  height: 41px;
}

.icon__slider-prev {
  background: url(../img/sprite__site-icons.svg) 100% 0 no-repeat;
  width: 25px;
  height: 41px;
}

.btn-play path {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.btn-play:hover path {
  fill: #fabf2b;
}

.btn-play {
  width: 75px;
  height: 75px;
}

.btn-play path {
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.btn-play:hover path:first-of-type {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.btn-play:hover path:last-of-type {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #9b9da1 !important;
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 0.5;
}

:-moz-placeholder {
  color: #333;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #333;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 0.5;
}

.wpcf7-form-control-wrap {
  display: block;
}

.alignnone {
  margin: 6.4rem 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 6.4rem auto;
}

.wp-caption.alignleft,
a img.alignleft,
.alignleft,
.wp-caption.alignright,
a img.alignright,
.alignright {
  margin: 6.4rem auto;
  height: auto;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

a img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  float: none;
  margin: 0;
}

img.alignnone,
img.aligncenter {
  display: block;
  float: none;
}

.wp-caption:not(.alignright):not(.alignleft) {
  text-align: center;
  width: 100% !important;
}

.wp-caption.aligncenter {
  margin: 6.4rem auto;
}

.wp-caption .wp-caption-text {
  margin: 1.6rem 0 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  color: #6d6d6d;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.gallery img {
  max-width: 100%;
  height: auto;
  display: block;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}

.gallery-icon img,
.mfp-content {
  margin: 0 auto;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.mfp-bg {
  width: 100%;
  height: 100%;
  z-index: 10420;
  overflow: hidden;
  background: #333;
  opacity: 0.98;
}

.mfp-wrap {
  width: 100%;
  height: 100%;
  z-index: 10430;
  outline: 0 !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  z-index: 1045;
}

.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../img/clear-light.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 999rem;
  transition: 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  font-size: 0;
  background-color: transparent;
  position: absolute;
  top: 6px;
  right: 6px;
}

.mfp-close:hover {
  background-image: url(../img/clear-dark.svg);
  background-color: #f0af19;
}

.mfp-wrap:not(.mfp-lang) .mfp-close {
  top: -36px;
  right: 4px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: #000;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: #444;
}

.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide:not([class*="col-"]) {
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  /*height: auto*/
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  z-index: 10;
  cursor: pointer;
  background-image: url(../img/chevron-right-dark.svg);
  background-size: auto 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fabf2b;
  border-radius: 999rem;
  transition: all 0.25s;
}

.swiper-button-prev {
  transform: rotate(-180deg);
  left: 3.2rem;
}

.swiper-button-next {
  right: 3.2rem;
}

.gallerySlider .swiper-button-prev {
  left: 1.6rem;
}

.gallerySlider .swiper-button-next {
  right: 1.6rem;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #f0af19;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.siteMain {
  overflow: hidden;
}

video {
  width: 100%;
  height: auto;
}

.pageMain {
  background-color: #fff;
  position: relative;
  padding-top: 12rem;
}

.postsList__cat a {
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
}

.s-bgd {
  background-color: #333;
  color: #fff;
}

.s-bgl--o {
  background-color: #f8f9fa;
  position: relative;
}

.s-bgl--o > * {
  position: relative;
  z-index: 2;
}

button.leadin-button.leadin-advance-button.leadin-button-secondary {
  color: #000 !important;
  text-transform: uppercase;
  border-radius: 100px;
  width: auto;
  font-weight: 700;
  letter-spacing: 0.25em;
  font-size: 13px;
}

.leadinModal-784417
  button.leadin-button.leadin-advance-button.leadin-button-secondary {
  color: #fabf2b !important;
}

.leadinModal-content h4 {
  text-transform: uppercase !important;
}

.leadin-input-wrapper label {
  color: #000;
  text-transform: uppercase;
}

.saccordionItem__title {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.pageHeader__side {
  background-color: #fff;
  padding: 4rem 3.2rem;
}

.ltextBlock > div {
  padding: 6.4rem 1.6rem;
}

.ltextBlock > div + div {
  padding-top: 0;
}

.teximg2Section.ltextBlock .ltextBlock__side {
  padding-top: 6.4rem;
  padding-bottom: 0;
}

.ltextBlock p {
  margin-bottom: 2.7rem;
}

.ltextBlock .btn {
  margin-top: 14px;
}

.ltextBlock--bullets {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ltextBlock--double {
  background-color: #f4f4f4;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ltextBlock--double .ltextBlock__side {
  background-color: #333;
  color: #fff;
}

.ltextBlock--double-l .ltextBlock__side {
  background-color: #fff;
  color: #333;
}

.ltextBlock--bg {
  background-color: #f4f4f4;
}

.servicesSection__content ul li:before {
  content: "";
}

.partnersGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partnersGallery__item {
  padding: 0 15px 15px;
  position: relative;
}

.partnersGallery__item img {
  margin: 0 auto;
  max-width: 80%;
  display: inline-block;
}

.partnersGallery__item svg {
  display: inline-block;
  position: absolute;
  top: 32%;
  right: 15px;
}

.integrSection__content--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.saccordionItem {
  margin-bottom: 1.3rem;
  width: 100%;
}

.saccordionItem__title {
  font-size: 1.4rem;
  line-height: 1.572;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.accordionItem__title,
.saccordionItem__title svg {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.saccordionItem__title span {
  padding-right: 30px;
}

.saccordionItem__title svg {
  width: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: all 0.4s ease-in-out;
}

.saccordionItem__title.open svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.saccordionItem__title:hover {
  color: #fabf2b;
}

.saccordionItem__content {
  display: none;
  color: #9b9da1;
  font-size: 1.4rem;
  margin-top: 6px;
  line-height: 1.714;
}

.serviceView .integrSection {
  margin-bottom: 0;
}

.teximg2Section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.servicesSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.servicesSection__content ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 2rem;
}

.servicesSection__content ul li {
  position: relative;
  padding-left: 15px;
}

.servicesSection__content ul li:before {
  display: block;
  user-select: none;
  position: absolute;
  left: 0;
  width: 4px;
}

.integrSection__content a:before,
.partnersPSection:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  left: 0;
  content: "";
}

.servicesSection__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}

.integrSection {
  background-color: #333;
  color: #fff;
  margin-bottom: 50px;
  padding: 35px 20px;
}

.servicesView .integrSection {
  margin-bottom: 0;
}

.integrSection__header {
  margin-bottom: 35px;
}

.expertiseView .partnersPSection,
.integrSection__content p,
.integrSection__text {
  margin-bottom: 0;
}

.integrSection__title {
  position: relative;
  max-width: 328px;
}

.integrSection__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.integrSection__content {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.integrSection__content a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.integrSection__content a:before {
  display: block;
  user-select: none;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fabf2b;
  top: 8px;
}

.expertiseList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.expertiseList__item {
  padding: 0 25px 41px;
}

.expertiseList__icon {
  margin: 0 auto;
  max-width: 100px;
}

.expertiseList__title {
  margin: 2.2rem 0 0.6rem;
}

.expertiseList__text {
  max-width: 270px;
  margin: 0 auto 2rem;
}

.productsListWrap {
  padding-top: 38px;
}

.productsList {
  margin: 42px 0 15px;
}

.productsList__item {
  position: relative;
  padding-bottom: 40px;
}

.productsList--2 .productsList__item:nth-of-type(2n + 2):after,
.productsList--3 .productsList__item:nth-of-type(3n + 3):after {
  background-color: transparent;
}

.productsList__icon {
  max-width: 157px;
  margin: 0 auto 2rem;
}

.productsList__text {
  margin-bottom: 1.8rem;
}

.accordionSection {
  background-color: #333;
  color: #fff;
  padding: 7px 20px 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordionParent {
  padding-top: 30px;
}

.accordionParent--wide .accordionItems {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.accordionItem {
  margin-bottom: 1.3rem;
}

.accordionItem__title {
  font-size: 1.4rem;
  line-height: 1.572;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.accordionItem__title svg {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.accordionItem__title span {
  padding-right: 30px;
}

.accordionItem__title svg {
  width: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: all 0.4s ease-in-out;
}

.accordionItem__title.open svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordionItem__title:hover {
  color: #fabf2b;
}

.accordionItem__content {
  display: none;
  color: #9b9da1;
  font-size: 1.4rem;
  margin-top: 6px;
  line-height: 1.714;
}

.partnersPSection {
  background-color: #9b9da1;
  background-position: 0 0;
  position: relative;
}

.partnersPSection:before {
  display: block;
  user-select: none;
  background: #f8f9fa;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}

.partnersPSection__title {
  margin: 46px 0 29px;
  font-size: 1.6rem;
  color: #333;
  position: relative;
  z-index: 2;
}

.partnersList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.partnersList__item {
  padding: 0 10px;
  margin-bottom: 27px;
}

.partnersList--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.instaList:hover a,
.videoArea:hover img {
  opacity: 0.6;
}

.careersIntro {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
}

.postsList__cat a:hover,
.postsList__title a:hover {
  color: #fabf2b;
}

.instaList a:after,
.instaList__item .likes:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  content: "";
}

.postsList__thumblink {
  color: #fabf2b;
  text-decoration: none;
  font-size: 1.8rem;
  text-transform: capitalize;
}

.postsList__item {
  padding: 0 0 20px;
}

.postsList__cat {
  margin: 23px 0 13px;
}

.postsList__cat a {
  transition: color 0.4s ease-in-out;
}

.postsList__title {
  margin-bottom: 1.7rem;
}

.postsList__title a {
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.postsList__text {
  color: #9b9da1;
  font-size: 1.4rem;
}

.careersIntro {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}

.careersIntro__mainw {
  margin-left: auto;
}

.careersIntro__title {
  margin-bottom: 2.3rem;
}

.careersIntro__text {
  margin-bottom: 4.4rem;
}

.videoArea {
  position: relative;
  background-color: #000;
}

.videoArea .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videoArea img {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  backface-visibility: hidden;
  margin: 0 auto;
}

.instaList a,
.opositionsSection__jobs a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.perksBlock {
  position: relative;
  padding: 50px 0 18px;
  width: 100%;
}

.perksBlock__header {
  position: relative;
  z-index: 2;
}

.persksBlock__title {
  font-size: 2rem;
  line-height: 1.372;
  margin-bottom: 3.5rem;
}

.perksBlock__content {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.persList {
  padding: 5px 0 0;
}

.perksList__item {
  margin-bottom: 43px;
}

.perksList__icon {
  max-width: 100px;
  width: 100%;
  margin: 0 auto 16px;
}

.perskList__text {
  font-size: 1.4rem;
  margin: 0 auto;
  color: #9b9da1;
  line-height: 1.572;
  max-width: 220px;
}

.opositionsSection__mainw {
  max-width: 420px;
}

.opositionsSection__main {
  background-color: #f8f9fa;
  position: relative;
  padding: 30px 20px;
}

.opositionsSection__main h4 {
  font-size: 20px;
  margin-bottom: 2rem;
  padding-top: 32px;
}

.opositionsSection__main p {
  color: #9b9da1;
}

.opositionsSection__main:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 977px;
  background-color: #f8f9fa;
}

.opositionsSection__title {
  margin-bottom: 2.8rem;
}

.opositionsSection__title:after {
  margin-top: 2.4rem;
}

.opositionsSection__side {
  background: #333;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.25em;
  padding: 30px 20px;
}

.opositionsSection__stitle {
  font-size: 0.9rem;
  margin-bottom: 2.8rem;
}

.opositionsSection__jobs {
  font-size: 1.4rem;
  letter-spacing: 0.25em;
}

.opositionsSection__jobs li {
  margin-bottom: 22px;
}

.opositionsSection__jobs a {
  transition: all 0.4s ease-in-out;
}

.opositionsSection__jobs a:hover {
  color: #fabf2b;
}

.careerWidget {
  width: 100%;
  padding-top: 50px;
}

.gallerySection.container {
  padding: 0;
}

.gallerySection img {
  width: auto;
  display: block;
  height: 400px;
}

.swiper-container {
  width: 100%;
}

.gallerySlider__item {
  width: auto !important;
}

/* Fix image size in instagram feed popup */
.sbi_lightbox .sbi_lb-image {
  max-width: none !important;
}

.instagram-slider {
  padding-bottom: 64px;
}

.instaList a {
  position: relative;
  width: 100%;
}

.instaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.instaList a {
  transition: all 0.4s ease-in-out;
  will-change: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.instaList a:after {
  display: block;
  user-select: none;
  padding-bottom: 100%;
}

.instaList a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.instaList img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}

.instaList__item {
  overflow: hidden;
  width: 50%;
  border: 5px solid #fff;
  position: relative;
}

.instaList__item .likes {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fabf2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(51, 51, 51, 0.7);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.instaList__item .likes:before {
  display: block;
  user-select: none;
  width: 20px;
  height: 20px;
  background: url(../img/icon__likes.svg) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.instaList__item:hover .likes {
  opacity: 1;
}

.author-img {
  width: 4rem;
}

.author-header-img {
  width: 25rem;
}

img.has-lightbox {
  cursor: pointer;
}

.pullquote {
  padding: 1.6rem 0 1.6rem 2.4rem;
  margin: 6.4rem 0;
  font-weight: 500;
  font-size: 1.8rem;
  border-left: 2px solid #fabf2b;
}

.pullquote:last-child {
  margin-bottom: 0;
}

blockquote {
  position: relative;
  margin: 6.4rem 0;
  padding: 8.8rem 0 1.6rem 2.4rem;
  font-weight: 500;
  font-size: 1.8rem;
}

blockquote cite {
  font-size: 1.7rem;
  font-weight: 300;
  font-style: normal;
}

blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 72px;
  width: 80px;
  background-image: url(../img/quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.section-cards-bg .text-bubble {
  width: var(--rwd-text-bubble-size);
  height: var(--rwd-text-bubble-size);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  float: right;
  overflow: hidden;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .section-cards-bg .text-bubble {
    margin-top: -50px;
    margin-bottom: -50px;
  }
}

.section-cards-bg .text-bubble i,
.section-cards-bg .text-bubble::before {
  content: '';
  float: left;
  height: 100%;
  width: 50%;
  shape-outside: radial-gradient(farthest-side at right, transparent calc(100% - 1.4rem), #fff 0);
}

.section-cards-bg .text-bubble i {
  float: right;
  shape-outside: radial-gradient(farthest-side at left, transparent calc(100% - 1.4rem), #fff 0);
}

.section-cards-bg .card-content {
  font-size: 1.6rem;
  line-height: 1.4;
  max-width: 300px;
}

.gray-card-content > :last-child {
  margin-bottom: 0;
}

.card-cta-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
}

.border-yellow > .card-cta-button {
  bottom: -1px;
}

.opportunity-uplift-calculator {
  border: 1px solid #fabf2b;
}

.opportunity-uplift-calculator .result-arrow {
  position: relative;
  margin: 1.6rem auto;
  width: 0;
  border-top: solid 48px #fabf2b;
  border-right: solid 60px transparent;
  border-left: solid 60px transparent;
}

.opportunity-uplift-calculator .result-arrow::before {
  content: '';
  position: absolute;
  top: -46px;
  left: -54px;
  width: 0;
  border-top: solid 43px #f4f4f4;
  border-right: solid 54px transparent;
  border-left: solid 54px transparent;
}

.opportunity-uplift-calculator .opportunity-uplift {
  border: 2px solid #fabf2b !important;
  padding: 1.9rem 1.2rem !important;
  min-height: 6.6rem !important;
}

.opportunity-uplift-calculator .opportunity-uplift-wrapper label {
  padding: 1.9rem 1.2rem !important;
}

.opportunity-uplift-calculator .opportunity-uplift-cta {
  text-align: center;
  margin-top: 1.6rem;
  padding: 0 2rem;
}

.opportunity-uplift-calculator .uplift-result:not(:empty)::before {
  content: '= ';
}

.opportunity-uplift-calculator .form-control:disabled:placeholder-shown {
  background-color: #d8d8d8;
}

.opportunity-uplift-calculator .form-control:disabled {
  background-color: #fff;
}

.opportunity-uplift-calculator .input-group-text {
  border-radius: 0;
  font-size: 1.6rem;
  border-color: #d8d8d8;
  background-color: #d8d8d8;
}

.opportunity-uplift-calculator .form-control[type=number] {
  -moz-appearance: textfield;
}

.opportunity-uplift-calculator .form-control[type=number]:focus {
  -moz-appearance: auto;
}

.opportunity-uplift-calculator .form-control[type=number]::-webkit-outer-spin-button,
.opportunity-uplift-calculator .form-control[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.opportunity-uplift-calculator .form-control[type=number]:focus::-webkit-outer-spin-button,
.opportunity-uplift-calculator .form-control[type=number]:focus::-webkit-inner-spin-button {
    -webkit-appearance: auto;
    appearance: auto;
}

.opportunity-uplift-calculator .form-floating>label {
  line-height: 1.4;
  padding: 1.1rem 1.2rem;
  transition: opacity .1s ease-in-out, padding .1s ease-in-out, transform .1s ease-in-out;
}

.opportunity-uplift-calculator .form-floating>.form-control:focus,
.opportunity-uplift-calculator .form-floating>.form-control:not(:placeholder-shown) {
  padding: 1.9rem 1.2rem 0.3rem !important;
}

.opportunity-uplift-calculator .opportunity-uplift-wrapper.form-floating>.form-control:focus,
.opportunity-uplift-calculator .opportunity-uplift-wrapper.form-floating>.form-control:not(:placeholder-shown) {
  padding: 2.5rem 1.2rem 1.3rem !important;
}

.opportunity-uplift-calculator .form-floating>.form-control-plaintext~label,
.opportunity-uplift-calculator .form-floating>.form-control:focus~label,
.opportunity-uplift-calculator .form-floating>.form-control:not(:placeholder-shown)~label,
.opportunity-uplift-calculator .form-floating>.form-select~label {
  padding: 0.8rem 1.2rem;
}

.opportunity-uplift-calculator .opportunity-uplift-wrapper.form-floating>.form-control:focus~label,
.opportunity-uplift-calculator .opportunity-uplift-wrapper.form-floating>.form-control:not(:placeholder-shown)~label {
  padding: 1.3rem 1.2rem !important;

}

@media only screen and (min-width: 1025px) {
  .list-bullets li:before,
  .servicesSection__content ul li:before {
    top: 12px;
  }

  .col-d-1-1,
  .col-d-1-3,
  .col-d-1-5,
  .col-d-1-8,
  .col-d-2-3,
  .col-d-2-8,
  .col-d-3-8,
  .col-d-4-8,
  .col-d-5-8,
  .col-d-6-8,
  .col-d-7-8 {
    float: left;
  }

  .col-d-1-5 {
    width: 20%;
  }

  .col-d-1-3 {
    width: 33.3333%;
  }

  .col-d-2-3 {
    width: 66.6667%;
  }

  .col-d-1-8 {
    width: 12.5%;
  }

  .col-d-2-8 {
    width: 25%;
  }

  .col-d-3-8 {
    width: 37.5%;
  }

  .col-d-4-8 {
    width: 50%;
  }

  .col-d-5-8 {
    width: 62.5%;
  }

  .col-d-6-8 {
    width: 75%;
  }

  .col-d-7-8 {
    width: 87.5%;
  }

  .col-d-1-1 {
    width: 100%;
  }

  .col-d-none {
    display: none;
  }

  .d-r-40 {
    padding-right: 40px;
  }

  .d-l-40 {
    padding-left: 40px;
  }

  .d-r-20 {
    padding-right: 20px;
  }

  .d-l-20 {
    padding-left: 20px;
  }

  .s-mb--l {
    margin-bottom: 100px;
  }

  .ltextBlock > div {
    padding: 12rem 8.8rem;
  }

  .ltextBlock > div + div {
    padding-top: 12rem;
  }

  .teximg2Section.ltextBlock .ltextBlock__content {
    padding-right: 0;
  }

  .teximg2Section.ltextBlock .ltextBlock__side {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .servicesSection__main {
    padding: 87px 0 87px 94px;
  }

  .integrSection__main {
    padding-right: 50px;
  }

  .integrSection__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newsContent {
    margin-bottom: 77px;
  }

  .postsList__item {
    padding: 0 40px 86px;
  }

  .careersIntro {
    margin: 100px 0 120px;
  }

  .careersIntro__mainw {
    max-width: 420px;
    margin-right: 44px;
  }

  .careersIntro__side {
    padding-left: 58px;
  }

  .instaList__item {
    width: 16.66%;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .accordionParent__title br,
  .col-m-none {
    display: none;
  }

  .col-m-1-2 {
    width: 50%;
  }

  .col-m-1-1 {
    width: 100%;
  }

  .s-bgl--o {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .servicesSection {
    margin: 0 -1.6rem;
    padding: 50px 20px;
  }

  .integrSection {
    margin: 0 0 50px;
  }

  .integrSection__side {
    margin-bottom: 18px;
  }

  .integrSection__side img {
    width: 58px;
  }

  .integrSection__header .btn {
    margin-bottom: 2.4rem;
  }

  .integrSection__title {
    margin-bottom: 2rem;
  }

  .partnersPSection__title {
    font-size: 0.9rem;
    letter-spacing: 0.25em;
  }

  .accordionParent--minm {
    padding-top: 0;
  }

  .postsList__title:after {
    margin-top: 6px;
  }

  .opositionsSection,
  .perksBlock {
    margin: 0 -20px;
  }

  .careersIntro__main {
    padding-top: 28px;
  }

  .perksBlock {
    background-color: #f8f9fa;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 36px 20px 20px;
  }

  .persList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .salesLocations {
    margin: 0 -20px;
    padding: 34px 20px 0;
    background: #f8f9fa;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col-t-1-3 {
    width: 33.3333%;
  }

  .col-t-2-3 {
    width: 66.6667%;
  }

  .col-t-1-5 {
    width: 20%;
  }

  .col-t-1-4 {
    width: 25%;
  }

  .col-t-1-2 {
    width: 50%;
  }

  .col-t-3-4 {
    width: 75%;
  }

  .col-t-1-1 {
    width: 100%;
  }

  .col-t-none {
    display: none;
  }

  .t-r-40 {
    padding-right: 40px;
  }

  .t-l-40 {
    padding-left: 40px;
  }

  .t-r-20 {
    padding-right: 20px;
  }

  .t-l-20 {
    padding-left: 20px;
  }

  .s-mb--l {
    margin-bottom: 75px;
  }

  .ltextBlock > div {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .ltextBlock > div + div {
    padding-top: 8rem;
  }

  .teximg2Section.ltextBlock .ltextBlock__side {
    padding-top: 8rem;
  }

  .servicesSection__main {
    padding: 87px 0 87px 54px;
  }

  .newsContent {
    margin-bottom: 20px;
  }

  .postsList__item {
    padding: 0 20px 56px;
  }

  .careersIntro {
    margin: 50px 0 100px;
  }

  .instaList__item {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col-tp-1-3 {
    width: 33.3333%;
  }

  .col-tp-2-3 {
    width: 66.6667%;
  }

  .col-tp-1-5 {
    width: 20%;
  }

  .col-tp-1-4 {
    width: 25%;
  }

  .col-tp-1-2 {
    width: 50%;
  }

  .col-tp-3-4 {
    width: 75%;
  }

  .col-tp-1-1 {
    width: 100%;
  }

  .col-tp-none {
    display: none;
  }

  .integrSection__header {
    margin-top: 93px;
  }

  .careersIntro__side {
    padding-top: 50px;
  }

  .ltextBlock > div + div {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .col-tl-1-3 {
    width: 33.3333%;
  }

  .col-tl-2-3 {
    width: 66.6667%;
  }

  .col-tl-1-5 {
    width: 20%;
  }

  .col-tl-1-4 {
    width: 25%;
  }

  .col-tl-1-2 {
    width: 50%;
  }

  .col-tl-3-4 {
    width: 75%;
  }

  .col-tl-1-1 {
    width: 100%;
  }

  .col-tl-none {
    display: none;
  }

  .careersIntro__mainw {
    margin-right: 28px;
  }

  .careersIntro__side {
    padding-left: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px),
  only screen and (min-width: 1025px) {
  .s-bgl--o:after {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    right: -50px;
    top: 0;
    bottom: 0;
  }

  .s-bgl--o:after {
    content: "";
    position: absolute;
    background-color: #f8f9fa;
  }

  .text-2-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .text-3-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .s-mb {
    margin-bottom: 50px;
  }

  .s-bgl--o:after {
    z-index: 1;
    user-select: none;
    left: -50px;
  }

  .ltextBlock {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .ltextBlock {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .integrSection__side {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .ltextBlock__side {
    padding-top: 6px;
  }

  .saccordionItem {
    margin-bottom: 2.9rem;
    width: 50%;
    padding: 0 20px;
  }

  .saccordionItem__content {
    line-height: 2.215;
    margin-top: 14px;
  }

  .integrSection {
    padding: 87px 0 68px;
  }

  .integrSection__side {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .integrSection__header {
    margin-bottom: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .integrSection__title:after,
  .productsList__item:after {
    right: 0;
    display: block;
    content: "";
    position: absolute;
  }

  .integrSection__title:after {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fabf2b;
    width: 2px;
    top: 10px;
    bottom: 10px;
  }

  .perksBlock:after,
  .productsList__item:after {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  .integrSection__text {
    padding-left: 43px;
  }

  .integrSection__content {
    line-height: 1.972;
  }

  .integrSection__content a:before {
    top: 11px;
  }

  .expertiseList {
    margin: 0 -50px;
  }

  .expertiseList__item {
    padding: 0 50px 50px;
  }

  .expertiseList__icon {
    max-width: 171px;
  }

  .expertiseList__title {
    margin: 3.2rem 0 0.8rem;
  }

  .expertiseList__text {
    margin-bottom: 3.3rem;
  }

  .productsListWrap {
    padding-bottom: 38px;
  }

  .productsList {
    margin: 73px -72px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .productsList__item {
    padding: 0 72px 72px;
  }

  .productsList__item:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    user-select: none;
    width: 1px;
    height: 137px;
    background-color: #c4c4c4;
  }

  .productsList__icon {
    margin-bottom: 3.3rem;
    max-width: 190px;
  }

  .productsList__text {
    margin-bottom: 2.8rem;
  }

  .accordionSection {
    padding: 80px 50px 100px;
  }

  .accordionParent {
    padding: 0 45px;
  }

  .accordionParent__title {
    margin-bottom: 3rem;
  }

  .accordionItem {
    margin-bottom: 2.9rem;
  }

  .accordionItem__content {
    line-height: 2.215;
    margin-top: 14px;
  }

  .partnersPSection {
    margin-bottom: 100px;
  }

  .partnersPSection__title {
    padding-left: 46px;
  }

  .partnersList {
    padding: 0 46px;
  }

  .partnersList__item {
    margin-bottom: 47px;
    padding: 40px;
  }

  .opositionsSection,
  .perksBlock {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .perksBlock:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #f8f9fa;
    left: -50px;
    right: -50px;
    top: 0;
    bottom: 0;
  }

  .postsList__cat {
    margin: 43px 0 13px;
  }

  .careersIntro__title,
  .postsList__title {
    margin-bottom: 2.7rem;
  }

  .perksBlock {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .perksBlock:after {
    user-select: none;
  }

  .perksBlock__header {
    max-width: 380px;
    padding-left: 43px;
  }

  .persksBlock__title {
    margin-bottom: 0;
    font-size: 3.5rem;
  }

  .perksList__item {
    margin-bottom: 20px;
  }

  .perksList__icon {
    max-width: 145px !important;
    margin-bottom: 0px;
  }

  .perskList__text {
    max-width: 180px;
    line-height: 1.285;
  }

  .opositionsSection {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .opositionsSection__main {
    padding: 80px 80px;
  }

  .opositionsSection__side {
    padding: 72px 75px 54px;
  }

  .gallerySection img {
    height: 550px;
  }
}

@media only screen and (max-width: 767px),
  (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .teximg2Section {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .ltextBlock--bg .ltextBlock__side {
    padding: 0;
  }

  .ltextBlock--bg .ltextBlock__side:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .careersIntro {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.list_type_btn {
  background: none;
  border: 0;
  outline: none;
  height: 100%;
}

.list_type_btn svg {
  width: 14px;
  height: 11px;
}

.list_type_btn.active svg path {
  fill: rgb(250, 191, 44);
}

.list_type_btn svg path {
  fill: rgb(128, 129, 132);
}

@media (max-width: 767px) {
  .productsListWrap {
    text-align: center;
  }

  .ltextBlock p:last-child {
    margin-bottom: 0;
  }

  .aligncenter,
  div.aligncenter {
    max-width: 100%;
    height: auto;
  }
}

.result-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 2rem;
}

.result-list li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  margin-bottom: 15px;
}

.result-list li:before {
  content: "";
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  background: #fabf2b;
}

.result-list li a {
  color: #fabf2b;
  text-decoration: none;
}

.result-list li p {
  margin: 1em 0;
}

.head-logos {
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container {
  overflow: inherit;
}

.list-country-worklist {
  color: white;
  text-align: center;
  width: 100%;
  top: 15px;
  font-size: 1.4rem;
}

.bg-hover-gray {
  height: 100%;
  width: 100%;
}

.bg-hover-gray:hover {
  background-color: #00000094;
  height: 100%;
  width: 100%;
}

.worklist-button-holder {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sevices-row {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px),
  only screen and (min-width: 1025px) {
  .s-mb--l {
    margin-bottom: 20px;
  }
}

.service-block-cta-bg {
  background-image: url(../img/services-block-bg.png);
  background-size: contain;
  background-repeat: inherit;
  right: -45px;
}

.services-block-img {
  max-width: 75% !important;
}

.testimonial-content::before {
  content: "";
  background-image: url(../img/quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 72px;
  width: 80px;
  display: block;
  margin: 0 auto 3.2rem;
}

.testimonial-logo {
  max-width: 200px !important;
  max-height: 132px;
  width: auto;
  height: auto;
}

.testimonials-pagination {
  position: absolute;
  top: 100%;
  right: 15%;
  left: 15%;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}

.testimonials-pagination-bullet {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fabf2b;
  border-radius: 50%;
  transition: opacity 0.25s ease-in-out;
  opacity: 0.5;
}

.testimonials-pagination-bullet-active {
  opacity: 1;
}

@media only screen and (max-width: 767px),
  (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .project-mobile-button {
    margin-top: 30px;
    width: 100%;
  }

  .col-m-none {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .adobe-partner-logo {
    width: 35%;
  }
}

@media (min-width: 1024px) and (max-width: 1350px) and (orientation: portrait) {
  .adobe-partner-logo {
    width: 35%;
  }
}

@media (min-width: 735px) and (max-width: 1024px) and (orientation: landscape) {
  .adobe-partner-logo {
    width: 35%;
  }
}

.content-link-color {
  color: #f99f26;
}

/* Industries page */

.industries.bg-cover {
  background: url(../img/industries.png) no-repeat;
  width: 100%;
  padding: 0;
  background-position: center;
  background-size: 100%;
  max-width: none;
  min-height: 680px;
}

.industries.bg-cover .info-block {
  padding: 56px 0 56px 95px;
  display: inline-block;
  width: 504px;
  height: 336px;
  background: #fabf2b;
  margin-top: -112px;
  margin-left: -97px;
  vertical-align: top;
  position: relative;
}

.industries.bg-cover .links-block {
  display: inline-block;
  float: right;
  padding-top: 86px;
}

.industries.bg-cover .info-block h3 {
  font-size: 48px;
  color: #333;
}

.industries.bg-cover .info-block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.container-xl.industries.bg-cover .links-block ul {
  display: inline-block;
  list-style: none;
  color: #ffffff;
  margin: 0;
}

.container-xl.industries.bg-cover .links-block ul li a {
  padding: 12px 26px 0;
  font-size: 18px;
  display: block;
  position: relative;
}

.container-xl.industries.bg-cover .links-block ul li a svg {
  fill: #ffffff;
  float: right;
  position: absolute;
  right: 0;
  top: 40%;
}

.container-xl.industries.bg-cover .links-block ul li a:hover {
  color: #fabf2b;
}

.container-xl.industries.bg-cover .links-block ul li a:hover svg {
  fill: #fabf2b;
}

.seperator-line {
  border: 2px solid #fabf2b;
  width: 72px;
  margin: 62px auto 62px 0;
}

.yellow-dots {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

/* Chris New + Expertise Mobile changes were also done*/
@media (max-width: 767px) {
  .yellow-dots {
    top: -60px;
    left: 0;
    right: 0;
    max-width: 336px;
    overflow: hidden;
    margin: auto;
  }

  .seperator-line {
    margin: 24px auto 24px 0;
    border-width: 1px;
  }

  .industries.bg-cover .info-block {
    width: 100%;
    height: 252px;
    margin: -64px auto auto;
    padding: 36px 24px;
  }

  .industries.bg-cover {
    background-size: cover;
    margin-top: 158px;
    padding-bottom: 72px;
  }

  .industries.bg-cover .links-block {
    padding-top: 36px;
  }

  .container-xl.industries.bg-cover .links-block ul {
    padding: 0;
    min-width: 315px;
  }

  .container-xl.industries.bg-cover .links-block ul li a {
    padding: 0;
    line-height: 40px;
    padding: 0 24px;
  }
}

.error404 .site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.error404 .siteMain {
  flex: 1 1 auto;
  background-image: url(../img/404-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.linkedin-link {
  color: #b5b5b5;
  font-size: 11px;
}

.view-type_grid .list_type_btn.active img:nth-child(4),
.view-type_list .list_type_btn.active img:nth-child(4),
.view-type_grid .list_type_btn.inactive img:nth-child(2),
.view-type_list .list_type_btn.inactive img:nth-child(2) {
  display: block;
}

.view-type_grid .list_type_btn.inactive img:nth-child(2),
.view-type_list .list_type_btn.inactive img:nth-child(2),
.view-type_grid .list_type_btn.active img:nth-child(4),
.view-type_list .list_type_btn.active img:nth-child(4) {
  display: none;
}

.postsList__cat {
  color: #fabf2b;
}

.postsList__title {
  font-size: 24px;
}

.gform_required_legend {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px),
  only screen and (min-width: 1025px) {
  .postsList__title {
    font-size: 24px;
    min-height: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .servicesView .ltextBlock {
    display: flex;
    flex-direction: column;
  }

  .servicesView .ltextBlock__content {
    order: 2;
  }

  .servicesView .ltextBlock__side {
    order: 1;
    z-index: 2;
    padding-top: 6.4rem;
    padding-bottom: 0;
  }

  .servicesView .ltextBlock__side img {
    max-width: 100%;
  }

  .image-bases img {
    max-width: 100%;
  }
}

.servicesView .ltextBlock {
  z-index: 1;
  margin-bottom: 0;
}

.digital-matrurity {
  background-color: #333;
  margin-top: 75px;
}

.white-text {
  color: white;
}

.img-padded {
  padding: 50px;
}

/* Page tablet styling */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .yellow-dots {
    top: -60px;
    left: 0;
    right: 0;
    max-width: 336px;
    overflow: hidden;
    margin: auto;
  }

  .image-bases img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .image-bases img {
    margin-left: auto;
    margin-right: auto;
  }
}

.serviceView .ltextBlock--bg {
  background: transparent;
}

.serviceView .ltextBlock--double .ltextBlock__content {
  color: #ffffff;
}

.single-service .ltextBlock--double .ltextBlock__content,
.single-service .ltextBlock--double .ltextBlock__side {
  position: relative;
  background-color: #333;
}

.single-service .ltextBlock--double .ltextBlock__content:hover,
.single-service .ltextBlock--double .ltextBlock__side:hover {
  background-image: none !important;
}

.single-service .ltextBlock--double .ltextBlock__content:before,
.single-service .ltextBlock--double .ltextBlock__side:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #333;
  display: block;
  z-index: -1;
}

.single-service .servicesSection__main {
  padding: 56px 95px 56px 95px;
}

.servicesSection__content ul li {
  padding-left: 24px;
  padding-bottom: 12px;
  break-inside: avoid;
}

.servicesSection__content ul li:before {
  background: transparent;
  background-image: url(../img/black-check.png);
  width: 14px;
  height: 14px;
  top: 7px;
}

.single-service .full-width-bg {
  background: #f8f9fa;
}

.single-service .full-width-bg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  display: block;
  left: -75vw;
  top: 0;
}

.single-service .full-width-bg::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  display: block;
  right: -75vw;
  top: 0;
}

.careersContent .opositionsSection__main {
  margin: 110px -84px;
}

.opositionsSection__mainw:after {
  content: " ";
  position: absolute;
  width: 226px;
  height: 100%;
  background: #f8f9fa;
  display: block;
  right: -226px;
  top: 0;
}

.opositionsSection__side {
  z-index: 1;
}

.careersView .gallery-text {
  position: absolute;
  width: 559px;
  height: 336px;
  background: #333;
  z-index: 2;
  color: #fff;
  padding: 84px 95px;
  left: 12%;
  top: -120px;
}

.careersView .gallery-text img {
  height: auto;
  width: auto;
}

.careersView .gallerySection {
  position: relative;
}

.pageHeader__form .hs-form-field:not(.hs-additional_comments) {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.pageHeader__form .form-columns-1 .hs-form-field {
  width: 100%;
}

.pageHeader__form .hs-form-field.hs-additional_comments input {
  max-width: 100%;
}

.pageHeader__form .hbspt-form {
  margin-right: -8px;
}

.contactView .hs-form::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
  .pageHeader__form
    .hbspt-form
    .hs-form:not(.hs-video-form)
    .form-columns-2
    .hs-form-field
    .hs-input {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .gform_wrapper.gravity-theme .gform_body .gform_fields {
    grid-column-gap: 0;
  }

  .pageHeader__form .hs-form-field:not(.hs-additional_comments) {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape),
  only screen and (min-width: 1025px) {
  .careersContent .perksBlock__header {
    padding-left: 0;
  }

  .careersContent .perksBlock__header h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .careersContent .opositionsSection {
    margin-bottom: 121px;
  }
}

@media only screen and (min-width: 1025px) {
  .careersContent .careersIntro__title {
    font-size: 48px;
    line-height: 56px;
  }

  .careersContent .careersIntro__mainw {
    margin: auto;
    max-width: 100%;
  }

  .careersContent .perksBlock:after {
    left: -50vw;
    right: -50vw;
    padding: 210px;
  }

  .careersContent .perksBlock {
    margin: auto auto -50px;
  }
}

@media only screen and (max-width: 1024px) {
  .careersView .gallery-text {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    padding: 34px 34px;
    top: 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }

  .careersContent .opositionsSection__main {
    margin: auto;
  }

  .serviceView .ltextBlock--bg {
    margin-top: 24px;
    background-size: cover !important;
    background-repeat: no-repeat;
  }

  .single-service .full-width-bg::before,
  .single-service .full-width-bg::after {
    display: none;
  }

  .single-service .servicesSection__main {
    padding: 34px;
  }
}

/* Tablet - portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .industries.bg-cover .info-block {
    margin: auto;
    width: auto;
    height: auto;
    padding: 56px;
  }

  .container-xl.industries.bg-cover .links-block ul {
    width: 45%;
    vertical-align: top;
    padding: 0;
  }

  .container-xl.industries.bg-cover .links-block ul:last-child {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .industries.bg-cover {
    background-size: cover;
  }
}

.view-content_type {
  display: none;
}

.opositionsSection__jobs a {
  color: #fabf2b;
}

.cartPostView .postHero {
  background: linear-gradient(
      0deg,
      rgba(34, 34, 34, 0.5),
      rgba(34, 34, 34, 0.5)
    ),
    url("/wp-content/uploads/2021/12/thecartbg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

a#cta_button_3956127_d7b56019-8857-41d2-8977-16e8158700bb {
  background: #fabf2b !important;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;

  --pswp-root-z-index: 100000;

  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);

  /* defined via js:
    --pswp-transition-duration: 333ms; */

  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
    Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
(it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none !important;
  background-color: #fff;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp {
  position: fixed;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}

/*

PhotoSwipe UI

*/

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
*/
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration)
    cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
    div element that matches size of large image,
    large image loads on top of it,
    used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;

  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
    even though inner elements are not animated */
  will-change: opacity;
}

/*

Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*

"1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/* Navbar */
.siteHeader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  color: #fff;
  height: 8rem;
  padding: 1.2rem 1.6rem;
  transition: background-color 0.25s ease-in-out, height 0.25s ease-in-out,
    transform 0.25s ease-in-out;
}

.siteHeader__title {
  flex: 0 0 114px;
  width: 114px;
  position: relative;
}

.siteHeader__title .logo-dark {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.sticky-nav .siteHeader__title .logo-dark {
  opacity: 1;
}

.siteHeader__navMenu .level-1 > a {
  transition: color 0.25s ease-in-out;
  color: #fff !important;
  line-height: 1.4;
}

.siteHeader.nav-white .text-white {
  color: #333 !important;
}

.siteHeader.nav-white button#toggleButton svg {
  fill: #333;
}


@media (min-width: 1200px) {
  .siteHeader.nav-white .siteHeader__navMenu .level-1>a {
    color: #333 !important;
  }

  body:not(.asp-open) .siteHeader.nav-white div.asp_m.asp_m_3 .probox .promagnifier .innericon svg {
    fill: #333;
  }

  body.asp-open .siteHeader.nav-white #ajaxsearchpro3_1 .probox {
    box-shadow: inset 0 0 0 1px #d8d8d8;
  }
}


.siteHeader__navMenu .dropdown-toggle svg {
  transition: 0.15s ease-in-out, color 0s;
  display: block;
}

.siteHeader__navMenu .dropdown-toggle[aria-expanded="false"] svg {
  transform: rotate(0);
}

.siteHeader__navMenu .dropdown-toggle[aria-expanded="true"] svg {
  transform: rotate(-180deg);
}

.siteHeader__navMenu .dropdown-toggle {
  margin-left: 0.2rem;
}

.siteHeader__navMenu .dropdown-toggle::after {
  display: none;
}

.siteHeader__navMenu .megamenu .dropdown-item {
  white-space: normal;
}

.sticky-nav .siteHeader {
  position: fixed;
  background-color: #fff;
  color: #333;
  height: 6rem;
}

.sticky-nav .siteHeader .text-white {
  color: #333 !important;
}

.sticky-nav:not(.scroll-down) .siteHeader {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 16px 32px rgba(0, 0, 0, 0.1);
}

.scroll-down .siteHeader {
  transform: translateY(-100%);
}

.megamenu-container .more-link svg path {
  stroke: currentColor;
}

button.promagnifier.order-first {
  margin-left: auto;
  margin-right: 3rem;
  display: flex;
}
.btn-lang {
  margin-right: 4.8rem;
}

.btn-lang svg {
  margin-left: 0.2rem;
}

.btn-lang:hover svg {
  transform: none;
}

.mfp-lang .mfp-content {
  position: static;
}

.langModal {
  max-width: 500px;
  padding: 0 10px;
}

.langModal li {
  width: 50%;
  margin-bottom: 2.4rem;
  line-height: 1.4;
  padding-right: 0.4rem;
}

.langModal li:nth-child(even) {
  padding-left: 0.4rem;
  padding-right: 0;
}

.langModal li svg {
  flex: 0 0 24px;
  margin-right: 1.6rem;
}

.langModal a,
.langModal a svg {
  transition: 0.25s ease-in-out;
}

.langModal a:not(.active) {
  text-decoration: none;
  text-decoration-color: #ffc107;
}

.langModal a:not(.active):hover {
  color: #ffc107;
  text-decoration: underline;
}

.langModal a:not(.active):hover svg {
  transform: translateX(0.4rem);
}

.lang-disabled {
  opacity: 0.6;
}

.btn-menu {
  background: none;
  padding: 0;
  border: 0;
  position: absolute;
  transform: rotate(0) translateY(-50%);
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  right: 1.6rem;
  z-index: 2;
}

.btn-menu:focus {
  outline: 0;
}

.btn-menu::after,
.btn-menu::before {
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  background: #fabf2b;
  transition: 0.25s ease-in-out;
  right: 0.2rem;
}

.btn-menu::before {
  width: 2rem;
  top: 0.7rem;
}

.btn-menu::after {
  width: 1.4rem;
  top: 1.5rem;
}

.header--open .btn-menu {
  border-color: transparent;
}

.header--open .btn-menu::before,
.header--open .btn-menu::after {
  top: 1.1rem;
  width: 2.4rem;
  right: 0rem;
}

.header--open .btn-menu::before {
  transform: rotate(45deg);
}

.header--open .btn-menu::after {
  transform: rotate(-45deg);
}

/* Page header */
.pageHeader {
  position: relative;
  z-index: 1;
  padding-top: 12rem;
  padding-bottom: 4rem;
  color: #fff;
}

.pageHeader.has-video-background {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6.4rem;
}

.pageHeader.has-video-background video {
  opacity: 0;
  transition: opacity .25s ease;
}

.pageHeader.has-video-background video.playing {
  opacity: 1;
}

.page-header-alt.page-header-wide {
  padding-top: 8rem;
}

.page-header-alt.page-header-wide h1:last-child {
  margin-bottom: 0;
}

.page-header-alt.page-header-wide + main > .section:not([class*=" bg-"]):first-child {
  padding-top: 8rem;
}

.page-header-alt.page-header-wide + main > .section[class*=" bg-"] {
  margin-top: 8rem !important;
}

.pageHeader.featured-post {
  padding-bottom: 8rem;
}

.pageHeader__extraPadding {
  padding-bottom: 9.6rem;
}

.contactView .pageHeader {
  padding-bottom: 6.4rem;
}

/* Default max-width for typeform embedded forms. */
div[data-tf-widget][style]:not([style*='max-width']) {
  max-width: calc(100vw - 3.2rem);
}

.homeHeader {
  padding-top: 16rem;
}

.postHeader {
  padding-bottom: 12rem;
}

.postHeader a:not(.btn) {
  text-decoration: none;
}

.postHeader a:not(.btn):hover {
  text-decoration: underline;
}

.breadcrumbs {
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  list-style: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li:first-child a {
  color: #a8a8a8;
}

.breadcrumbs li + li:before {
  content: "";
  background: url("img/arrow-right.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 0.4em 0 0.2em;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.bg-overlay,
.bg-overlay::after,
.pageHeader__bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.fade-in,
.pageHeader__bg {
  -webkit-animation: fadeIn 0.5s ease-in;
  animation: fadeIn 0.5s ease-in;
}

.pageHeader__bg {
  background-image: url(../img/bg_header--default.jpg);
}

.bg-overlay::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.65);
  mix-blend-mode: darken;
  transition: background-color 0.25s ease-in-out;
}

@media (pointer: fine) {
  a:hover .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

.pageHeader__content .h6 {
  margin-bottom: 0.8rem;
}

.pageHeader__content .btn {
  margin-top: 2.4rem;
}

.pageHeader__content p + .btn {
  margin-top: 0;
}

.pageHeader__lead {
  max-width: 738px;
}

.pageHeader__lead .btn {
  margin-top: 0.8rem;
}

.scrollIndicator {
  position: absolute;
  right: 2.8rem;
  bottom: 2.4rem;
}

.icon-scroll {
  width: 1.6rem;
  height: 3.2rem;
  border: 1.5px solid #fff;
  border-radius: 999rem;
}

.icon-scroll:before {
  content: "";
  display: block;
  margin: 3.5px auto;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 999rem;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}

.contactView .pageHeader__form_wrap {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
}

.pageHeader__form .gform_wrapper {
  margin-bottom: 0;
}

.home-logo-section:not(:empty) {
  margin-top: 2.4rem;
}

.home-client-logo {
  width: 6.4rem;
  height: 6.4rem;
  opacity: 0.7;
}

.trustedBy img,
.home-client-logo img,
.marquee-client-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.workSlider .workList {
  padding-left: min(10vw, 6.4rem);
}

.workSlider .workList__item {
  height: 300px;
  width: 400px;
  display: block;
  max-width: 80vw;
  margin-bottom: 0;
  padding: 0 1px;
}

.workList__logo {
  width: 172px !important;
  height: 172px;
}

.workList__link img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: 0.15s ease-in-out;
}

.work-card .work-card-img::after,
.workList__link::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: darken;
  transition: 0.15s ease-in-out;
}

@media (pointer: fine) {
  a.workList__link:hover::after {
    background-color: rgba(0, 0, 0, 0.1);
  }

  a.workList__link:hover img {
    transform: translateY(-2px);
  }

  .workList__link .btn {
    opacity: 0;
    transition: 0.15s ease-in-out;
  }

  a.workList__link:hover .btn {
    opacity: 1;
  }
}

.workList__content {
  z-index: 1;
  padding: 4rem;
}

.workatSection__main {
  padding: 3.2rem 2.4rem;
}

.workatSection__main .btn-link + .btn-link {
  margin-top: -1.6rem;
}

.workatSection__main h2 br {
  display: none;
}

.siteFooter {
  overflow: hidden;
  background-color: #333;
}

.footer-cp {
  color: #d8d8d8;
}

.siteFooter__logos {
  margin: -0.4rem -0.8rem;
  opacity: 0.5;
}

.siteFooter__logos div {
  padding: 0.4rem 0.8rem;
}

.siteFooter__logos img {
  max-height: 45px;
  max-width: 136px !important;
  width: auto;
  height: auto;
}

.footerNav {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  margin-bottom: 2rem;
}

.footerNav li {
  padding-bottom: 1.2rem;
  margin-bottom: 0;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.footerNav a {
  color: #a8a8a8;
  transition: color 0.15s ease-in-out;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-right: 2.4rem;
  text-decoration: none;
}

.footerNav a:hover {
  color: #ffc107;
}

.socialNav li {
  margin-right: 1.2rem;
}

.socialNav .btn-share {
  padding: 0.8rem;
  border-radius: 999rem;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.15s ease-in-out;
}

.socialNav .btn-share:hover {
  background-color: #ffc107;
}

.expertise-area {
  color: #fff !important;
}

.subPageItem .services p {
  width: 320px;
}

.subPageItem .btn-toggle-primary::after {
  width: 4.8rem;
  height: 4.8rem;
  flex: 0 0 4.8rem;
  background-size: contain;
}

@media screen and (min-width: 576px) and (max-width: 767.98px),
  screen and (min-width: 992px) {
  .subPageItem .services-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.subPageItem .service-link {
  break-inside: avoid;
}

.subPageItem .link-desc {
  margin-bottom: 2.4rem !important;
}

.trustedBy {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("../../img/932a6abdc28c67afc5473cb9314f3262.jpg");
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.trustedBy .client-logo {
  width: 10rem;
  height: 10rem;
}

.trustedBy img {
  transition: opacity 0.4s ease-in-out;
}

.trustedBy a:hover img {
  opacity: 0.8;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-content + .section-benefits:not(.bg-dark-gray),
.section-benefits:not(.bg-dark-gray) + .section-content,
.section-content + .section-content,
.client-logo-reel + .section-content,
.bg-gray + .cardLinkExpertise,
.cartPostView + .section-content {
  padding-top: 0;
}

.wide-content .text-center p > iframe,
.wide-content .text-center .embed-mw-container {
  margin: 0 auto;
}

.servicesLinks .linkCard {
  width: 358px;
  max-width: 87.5vw;
  border-radius: 1.2rem;
}

.servicesLinks .linkCard:not(:last-child) {
  margin-right: 1.6rem;
}

.servicesLinks.swiper-container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  box-sizing: border-box;
}

.card-swiper-next,
.card-swiper-prev {
  background-image: url(../img/chevron-right-dark.svg);
  content: "";
  display: inline-block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 999rem;
  background-position: center;
  background-size: auto 24px;
  background-repeat: no-repeat;
  transition: all 0.25s;
}

.card-swiper-prev {
  transform: rotate(-180deg);
}

.card-swiper-next:hover,
.card-swiper-prev:hover {
  background-color: #f0af19;
}

.card-swiper-next.swiper-button-disabled,
.card-swiper-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
  background-color: transparent;
}

.partner-logo-col a img {
  transition: filter 0.4s ease-in-out;
  filter: grayscale(100%) opacity(35%);
}

.partner-logo-col a:hover img {
  filter: none;
}

.arrowSectionNumber {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.arrowRight::after {
  content: "";
  background: url(../../img/arrowGrey.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -4.8rem;
}

.arrowSection:last-child .arrowRight::after {
  display: none;
}

.eSecTools img {
  width: 4.8rem;
  flex: 0 0 4.8rem;
}

.service-item img {
  width: 8rem;
  flex: 0 0 8rem;
}

.call-out-block {
  background-image: url("/wp-content/uploads/2021/12/37910c5ec07a7040360d2d6e4e7fc0ff.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.call-out-block .btn {
  margin-top: 2.4rem;
}

.cta-metric-value {
  font-size: 10rem !important;
}

.bg-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: inset(0px 0px);
}

.call-out-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.bg-parallax video {
  position: fixed;
}

.bg-overlay-lighter::before,
.bg-overlay-light::before,
.bg-overlay-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bg-overlay-lighter::before {
  background: rgba(255, 255, 255, 0.9);
}

.bg-overlay-light::before {
  background: rgba(255, 255, 255, 0.65);
}

.bg-overlay-dark::before {
  background: rgba(0, 0, 0, 0.4);
}

.countdown-timer-container:first-child {
  position: relative;
  z-index: 1;
  padding-top: 0;
  margin-top: -5.9rem;
}

.page-header-alt + main .countdown-timer-container:first-child {
  margin-top: 4.8rem;
}

.page-header-alt + main .countdown-timer-container:first-child + .section-content {
  padding-top: 4.8rem;
}

.countdown-timer {
  padding: 3.2rem 0.8rem;
}

.countdown-label::before,
.countdown-label::after {
  height: 0;
  visibility: hidden;
}

.countdown-label::before {
  content: attr(data-singular);
}

.countdown-label::after {
  content: attr(data-plural);
}

.accordion {
  --bs-accordion-color: #333;
  --bs-accordion-bg: transparent;
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #e9e9e9;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0.8rem;
  --bs-accordion-btn-padding-y: 1.6rem;
  --bs-accordion-btn-color: var(--bs-accordion-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-icon-width: 1.6rem;
  --bs-accordion-btn-icon-transform: rotate(180deg);
  --bs-accordion-btn-icon-transition: transform 0.25s ease-in-out;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-focus-border-color: var(--bs-accordion-border-color);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0.8rem;
  --bs-accordion-body-padding-y: 2.4rem;
  --bs-accordion-active-color: var(--bs-accordion-color);
  --bs-accordion-active-bg: var(--bs-accordion-bg);
  border-top: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  border-bottom: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}

.accordion-button:hover {
  text-decoration: underline;
}

.accordion-button[aria-expanded="false"]:hover {
  background-color: #fabf2b;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-image: url(../img/chevron-left-dark-sm.svg);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-icon-transform: rotate(270deg);
}

.page-link:focus-visible,
.btn:focus-visible,
.btn-close:focus-visible,
[data-bs-toggle]:focus-visible {
  outline: Highlight solid 2px !important;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .page-link:focus-visible,
  .btn:focus-visible,
  .btn-close:focus-visible,
  [data-bs-toggle]:focus-visible {
    outline: -webkit-focus-ring-color auto 5px !important;
  }
}

.section-about-content video {
  position: absolute;
  z-index: -1;
  right: 0;
  transform: translateX(38%) translateY(7.5%);
  width: 120%;
  height: auto;
  max-width: 500px;
}

.kpi-section {
  z-index: 1;
}

.ourfacts-section + .kpi-section {
  margin-top: -6.4rem;
}

.kpi-section-content {
  z-index: 1;
}

.section-benefits .benefit-title {
  height: 12rem;
  z-index: 1;
}

.section-benefits .benefit-title span {
  color: #434343;
  font-size: 12rem;
  line-height: 1;
  z-index: -1;
}

.section-benefits .benefit-title.alt span {
  color: #f4f4f4;
}

.content-card a.stretched-link {
  text-decoration: none;
}

.content-card a.stretched-link:hover {
  text-decoration: underline;
  text-decoration-color: #fabf2b;
}

.content-card a:not(.stretched-link) {
  position: relative;
  z-index: 2;
}

.section-platforms img {
  height: 8rem;
  width: auto;
}

.speaker-image {
  max-width: 150px;
}

.speaker-social {
  margin: -0.2rem -0.4rem 1.4rem;
}

.speaker-social a {
  padding: 0.2rem;
  margin: 0.2rem;
  color: inherit;
}

.speaker-social a:hover {
  color: inherit;
  opacity: 0.75;
}

.speaker-bio img {
  transition: all 500ms;
  margin: 0 !important;
  width: auto;
  height: auto;
}

.speaker-bio a img:hover {
  opacity: 0.75;
}

.modal-content .btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
}

.filter-group-title {
  padding-left: 3.6rem;
}

.filter-group li {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
}

.filter-group li:last-child {
  margin-bottom: 0;
}

.filter-columns {
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}

.filter-columns > li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.filter-columns-2 {
  -moz-column-count: 2;
  column-count: 2;
}

.filter-checkbox-label {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
}

.filter-checkbox-label span {
  transition: 0.25s ease-in-out;
  padding: 0.4rem 1.2rem 0.4rem 0.8rem;
  margin-left: 2.8rem;
  word-break: break-word;
  display: block;
}

.filter-checkbox-label::before,
.filter-checkbox-label::after {
  content: "";
  position: absolute;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  opacity: 0;
}

.filter-checkbox-label::before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.8rem;
  height: 100%;
}

.filter-checkbox-label::after {
  top: 0.2rem;
  left: 0.4rem;
  bottom: 0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/check-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (pointer: fine) {
  .filter-checkbox-label::before,
  .filter-checkbox-label:hover span {
    background-color: #e9e9e9;
  }

  .filter-checkbox:focus-visible + .filter-checkbox-label span {
    background-color: #e9e9e9;
  }
}

.filter-checkbox:checked + .filter-checkbox-label:hover::before,
.filter-checkbox:checked + .filter-checkbox-label::after {
  opacity: 1;
}

.filter-checkbox:focus-visible:checked + .filter-checkbox-label::before {
  opacity: 1;
}

.work-meta {
  position: relative;
  z-index: 2;
}

.work-meta + .section:not(.section-content) {
  margin-top: 8rem;
}

.features-section-content ul {
  list-style: none;
  margin-left: 0;
}

.features-section-content ul:last-child,
.features-section-content ul li:last-child {
  margin-bottom: 0;
}

.features-section-content ul li {
  margin-bottom: 0.8rem;
  padding-left: 3.6rem;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}

.features-section-content ul li::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.leadership-img {
  width: 16rem;
}

.post-card a:not(.btn, .stretched-link) {
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.post-card a:not(.btn, .stretched-link):hover {
  text-decoration: underline;
}

.location-card a.stretched-link {
  position: static;
}

.work-card-logo {
  z-index: 1;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 48px;
}

.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 48px;
  min-width: 100%;
  animation: marquee 30s linear infinite;
}

.marquee-client-logo {
  width: 10rem;
  height: 10rem;
  opacity: 0.7;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-group {
    animation-play-state: paused;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (pointer: fine) {
  .post-card-img {
    transition: opacity 0.15s ease-in-out;
    will-change: opacity;
  }

  .post-card:hover .post-card-img {
    opacity: 0.9;
  }

  .post-card:hover span.btn-link::after {
    transform: translateX(0.6rem);
  }

  .work-card:hover .work-card-img::after {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.mt-n8 {
  margin-top: -0.8rem;
}

.mt-n64 {
  margin-top: -6.4rem;
}

.mt-n16 {
  margin-top: -1.6rem;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mt-8 {
  margin-top: 0.8rem;
}

.mt-12 {
  margin-top: 1.2rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-64 {
  margin-top: 6.4rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mt-120 {
  margin-top: 12rem;
}

.my-16 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.my-32 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.my-64 {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}

.my-80 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-120 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mb-n16 {
  margin-bottom: -1.6rem;
}

.mb-4 {
  margin-bottom: 0.4rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-120 {
  margin-bottom: 12rem;
}

.mb-144 {
  margin-bottom: 14.4rem;
}

.mb-n40 {
  margin-bottom: -4rem;
}

.mb-n80 {
  margin-bottom: -8rem;
}

.mb-n120 {
  margin-bottom: -12rem;
}

.mx-n16 {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

.mx-n32 {
  margin-left: -3.2rem;
  margin-right: -3.2rem;
}

.mx-16 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.me-8 {
  margin-right: 0.8rem;
}

.me-16 {
  margin-right: 1.6rem;
}

.me-24 {
  margin-right: 2.4rem;
}

.me-40 {
  margin-right: 4rem;
}

.me-n16 {
  margin-right: -1.6rem;
}

.p-8 {
  padding: 0.8rem;
}

.p-24 {
  padding: 2.4rem;
}

.p-32 {
  padding: 3.2rem;
}

.p-40 {
  padding: 4rem;
}

.pt-16 {
  padding-top: 1.6rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pt-32 {
  padding-top: 3.2rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-48 {
  padding-top: 4.8rem;
}

.pt-52 {
  padding-top: 5.2rem;
}

.pt-64 {
  padding-top: 6.4rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pb-16 {
  padding-bottom: 1.6rem;
}

.pb-24 {
  padding-bottom: 2.4rem;
}

.pb-48 {
  padding-bottom: 4.8rem;
}

.pb-56 {
  padding-bottom: 5.6rem;
}

.pb-64 {
  padding-bottom: 6.4rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.ps-16 {
  padding-left: 1.6rem !important;
}

.px-12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.px-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.px-24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.px-32 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.px-40 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-16 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.py-24 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.py-32 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-48 {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.py-64 {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.py-80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.gx-16 {
  --bs-gutter-x: 1.6rem;
}

.gx-20 {
  --bs-gutter-x: 2.0rem;
}

.gx-24 {
  --bs-gutter-x: 2.4rem;
}

.gx-80 {
  --bs-gutter-x: 8rem;
}

.gy-8 {
  --bs-gutter-y: 0.8rem;
}

.gy-12 {
  --bs-gutter-y: 1.2rem;
}

.gy-24 {
  --bs-gutter-y: 2.4rem;
}

.gy-48 {
  --bs-gutter-y: 4.8rem;
}

.gy-40 {
  --bs-gutter-y: 4rem;
}

.gy-64 {
  --bs-gutter-y: 6.4rem;
}

.g-2 {
  --bs-gutter-x: 0.2rem;
  --bs-gutter-y: 0.2rem;
}

.g-20 {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.gap-24 {
  gap: 2.4rem;
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-3x2 {
  --bs-aspect-ratio: calc(100% / 3 * 2);
}

.ratio > * {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.section-featured-case-study .ratio {
  min-height: calc(172px + 14.4rem);
}

@media (pointer: fine) {
  .section-featured-case-study a.workList__link .btn  {
    transform: translateY(2px);
    opacity: 1;
  }

  .section-featured-case-study a.workList__link:hover .btn  {
    transform: translateY(0);
  }
}

.of-cover {
  object-fit: cover;
}

.of-contain {
  object-fit: contain;
}

.img-mw-100 {
  max-width: 10rem !important;
}

#ess-wrap-sidebar-networks {
  z-index: 10;
  line-height: normal;
}

.ess-pinterest-img-picker-popup {
  display: none;
}

.single-post .ess-pinterest-img-picker-popup {
  display: block;
}

.ess-all-networks-toggle {
  line-height: 24px;
}

.btn-cookie-preferences {
  position: fixed;
  bottom: 1.6rem;
  left: 1.6rem;
  z-index: 999;
}

.cky-modal,
.cky-consent-bar {
  z-index: 2147483647 !important;
}

.location-feature-title {
  padding: 2.4rem 2.4rem 3.2rem;
}

.location-feature-content {
  padding: 2.4rem;
}

@media (max-width: 1199.98px) {
  .siteHeader__navOverlay {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 1;
    padding: 8rem 0 0;
    background-color: #333;
  }

  .siteHeader__navMenu {
    padding: 2.6rem 0 8rem 0.8rem;
  }

  .siteHeader__navOverlay .inner > div {
    padding: 0 1.6rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .siteHeader__navOverlay .btn-link {
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    --bs-btn-disabled-color: #fff;
    --bs-btn-padding-y: 0.6rem;
    flex: 1 1 auto;
    max-width: calc(100% - 4.4rem);
  }

  .siteHeader__navOverlay .dropdown-menu {
    --bs-dropdown-bg: transparent;
    --bs-dropdown-spacer: 0;
    --bs-dropdown-padding-x: 1.6rem;
    --bs-dropdown-padding-y: 0rem;
    --bs-dropdown-link-color: #fff;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-item-padding-x: 0rem;
    --bs-dropdown-item-padding-y: 0.6rem;
    position: static;
    width: 100%;
    z-index: 0;
    box-shadow: none;
    padding-right: 0;
  }

  .siteHeader__navOverlay .level-1 .dropdown-menu {
    --bs-dropdown-padding-x: 2rem;
  }

  .siteHeader__navOverlay .more-link {
    margin-left: var(--bs-dropdown-padding-x);
  }

  .siteHeader__navOverlay .megamenu-container .more-link svg path {
    stroke: #808080;
  }

  .siteHeader__navMenu .dropdown-item {
    flex: 1 1 auto;
    max-width: calc(100% - 4.4rem);
  }

  .siteHeader__navMenu .level-3 .dropdown-item {
    max-width: 100%;
  }

  .siteHeader__navMenu .dropdown-item:not(.more-link) {
    font-weight: 300;
  }

  .siteHeader__navMenu .level-1 > a:not(.dropdown-toggle) {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 0.6rem 0;
    flex: 1 1 auto;
    max-width: calc(100% - 4.4rem);
  }

  .siteHeader__navMenu .menu-item .dropdown-toggle {
    padding: 0.6rem 0 0.6rem 1.2rem;
    margin-left: 0.8rem;
    flex: 0 0 auto;
  }

  .siteHeader__navMenu .menu-item .dropdown-toggle svg path {
    stroke: #fabf2b;
  }

  .siteHeader__navOverlay .level-3 .dropdown-toggle {
    display: none;
  }

  .megamenu-container .level-3 .dropdown-menu {
    display: block;
  }

  .megamenu-container .btn-link {
    --bs-btn-font-size: 1.4rem;
    --bs-btn-font-weight: 300;
  }

  .header--open .siteHeader__navOverlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
  }

  .btn-nav-contact {
    position: absolute;
    top: 1.8rem;
    left: 1.6rem;
  }

  .section-content-configurable
    .content-has-background
    .content-column.content-right {
    padding-right: 4.8rem;
  }

  .section-content-configurable
    .content-has-background
    .content-column.content-left {
    padding-left: 4.8rem;
  }

  .mobileFullBleed {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .section-content-configurable .content-has-background .content-column {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

  .arrowSection:not(:last-child) {
    margin-bottom: 6.4rem;
  }

  .arrowRight::after {
    background-image: url(../../img/arrowGrey.svg);
    bottom: -4.8rem;
    top: inherit;
    left: 50%;
    transform: rotate(90deg) translateY(50%);
  }

  #ess-wrap-sidebar-networks {
    bottom: 0;
    top: unset !important;
    width: 100%;
  }

  .ess-sidebar-icon-count-wrapper {
    display: flex;
  }

  .ess-social-network-lists {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  li.ess-social-networks {
    flex: 1 1 auto;
    margin-right: -2px !important;
  }

  li.ess-social-networks a {
    width: 100%;
  }

  .ess-all-networks,
  .ess-total-share {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .page-item.prev {
    margin-right: 0.2rem;
  }

  .page-item.next {
    margin-left: 0.2rem;
  }

  .page-item.prev .page-link,
  .page-item.next .page-link {
    padding-left: 0;
    padding-right: 0;
    min-width: 3.2rem;
  }

  .page-item.dots {
    margin-left: 0;
    margin-right: 0;
  }

  .page-item.dots .page-link {
    min-width: 0;
    padding: 0;
  }

  .bg-gray + .cardLinkExpertise {
    background: #f4f4f4 !important;
  }

  .section-content-configurable .content-has-background {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .section-content-configurable .content-has-background .content-column {
    padding: 0 3.2rem;
  }

  .office-title {
    margin-bottom: 0;
  }

  .office-title::after {
    display: none;
  }
}

@media (min-width: 576px) {
  .expertise-area {
    background-color: #fff;
    color: #333 !important;
    transition: 0.15s ease-in-out;
  }

  @media (pointer: fine) {
    a.expertise-area:hover {
      background-color: #f4f4f4;
    }

    .expertise-area-img {
      transition: opacity 0.15s ease-in-out;
    }

    a.expertise-area:hover .expertise-area-img {
      opacity: 0.9;
    }
  }

  .leadership-img {
    width: 100%;
  }

  .gx-sm-40 {
    --bs-gutter-x: 4rem;
  }

  .gy-sm-40 {
    --bs-gutter-y: 4rem;
  }

  .mb-sm-n32 {
    margin-bottom: -3.2rem;
  }

  .mb-sm-8 {
    margin-bottom: 0.8rem;
  }

  .mb-sm-32 {
    margin-bottom: 3.2rem;
  }

  .mb-sm-40 {
    margin-bottom: 4rem;
  }

  .mx-sm-40 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .px-sm-16 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .filter-columns-sm-2 {
    -moz-column-count: 2;
    column-count: 2;
  }

  .offices-title {
    font-family: "Libre Franklin", sans-serif;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #6d6d6d;
  }

  .offices-title::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 2rem;
  }

  .mt-md-32 {
    margin-top: 3.2rem;
  }

  .mt-md-24 {
    margin-top: 2.4rem;
  }

  .mt-md-64 {
    margin-top: 6.4rem;
  }

  .mt-md-80 {
    margin-top: 8rem;
  }

  .mb-md-40 {
    margin-bottom: 4rem;
  }

  .mb-md-64 {
    margin-bottom: 6.4rem;
  }

  .mb-md-80 {
    margin-bottom: 8rem;
  }

  .me-md-40 {
    margin-right: 4rem;
  }

  .my-md-40 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mx-md-12 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .pt-md-16 {
    padding-top: 1.6rem;
  }

  .pt-md-80 {
    padding-top: 8rem;
  }

  .pb-md-16 {
    padding-bottom: 1.6rem;
  }

  .pb-md-48 {
    padding-bottom: 4.8rem;
  }

  .px-md-80 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .px-md-40 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .py-md-32 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .py-md-80 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .p-md-64 {
    padding: 6.4rem;
  }

  .gx-md-32 {
    --bs-gutter-x: 3.2rem;
  }

  .gx-md-48 {
    --bs-gutter-x: 4.8rem;
  }

  .workatSection__main {
    padding: 4.8rem;
  }

  .service-item img {
    width: 12rem;
    flex: 0 0 12rem;
  }

  .work-meta .meta-col {
    min-width: 16rem;
  }

  .features-section-content.content-column-1 ul {
  }
  .features-section-content.content-column-2 ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .features-section-content.content-column-3 ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .features-section-content.content-column-4 ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }

  .swiper-button-prev {
    left: 2rem;
  }

  .swiper-button-next {
    right: 2rem;
  }

  .filter-group li {
    margin-bottom: -0.4rem;
  }

  .filter-columns-md-3 {
    -moz-column-count: 3;
    column-count: 3;
  }

  .post-meta {
    width: 24.8rem;
    flex: 0 0 24.8rem;
  }

  a img.alignright,
  .wp-caption.alignright,
  .alignright {
    float: right;
    margin: 0.8rem 0 4rem 2rem;
  }

  a img.alignleft,
  .wp-caption.alignleft,
  .alignleft {
    float: left;
    margin: 0.8rem 2rem 4rem 0;
  }

  .location-feature-title {
    margin-right: -3.2rem;
    padding: 5rem 6rem 5rem 6rem;
  }

  .location-feature-content {
    margin-top: -2rem;
    margin-left: -3.2rem;
    padding: 4rem 5rem;
  }
}

@media (min-width: 992px) {
  .section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .accordion {
    --bs-accordion-btn-padding-x: 1.6rem;
    --bs-accordion-body-padding-x: 1.6rem;
    --bs-accordion-body-padding-y: 4rem;
  }

  .section-about-content video {
    position: absolute;
    z-index: -1;
    width: 141.7%;
    height: auto;
    transform: none;
    right: auto;
    max-width: none;
  }

  .section-benefits .benefit-title {
    height: 16rem;
  }

  .section-benefits .benefit-title span {
    font-size: 16rem;
  }

  .testimonial-content::before {
    position: absolute;
    top: -24px;
    left: -88px;
  }

  .mfp-close {
    top: 46px;
    right: 46px;
  }

  .kpi-section-side {
    max-width: 36rem;
  }

  .content-location-address {
    min-width: 330px;
  }

  .location-feature-title {
    margin-right: -5.1rem;
    padding: 6rem 14rem 6rem 7.5rem;
  }

  .location-feature-content {
    margin-top: 2rem;
    margin-left: -5.1rem;
  }

  .mt-lg-8 {
    margin-top: 0.8rem;
  }

  .mt-lg-24 {
    margin-top: 2.4rem;
  }

  .mt-lg-40 {
    margin-top: 4rem;
  }

  .mt-lg-64 {
    margin-top: 6.4rem;
  }

  .mt-lg-120 {
    margin-top: 12rem;
  }

  .mt-lg-160 {
    margin-top: 16rem;
  }

  .mt-lg-320 {
    margin-top: 32rem;
  }

  .mt-lg-n16 {
    margin-top: -1.6rem;
  }

  .mt-lg-n20 {
    margin-top: -2rem;
  }

  .mt-lg-n40 {
    margin-top: -4rem;
  }

  .mb-lg-n40 {
    margin-bottom: -4rem;
  }

  .mb-lg-16 {
    margin-bottom: 1.6rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 4rem;
  }

  .mb-lg-64 {
    margin-bottom: 6.4rem;
  }

  .mb-lg-80 {
    margin-bottom: 8rem;
  }

  .mb-lg-140 {
    margin-bottom: 14rem;
  }

  .mb-lg-160 {
    margin-bottom: 16rem;
  }
  
  .mb-lg-n120 {
    margin-bottom: -12rem;
  }

  .my-lg-120 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .my-lg-160 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .mx-lg-16 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .p-lg-32 {
    padding: 3.2rem;
  }

  .p-lg-40 {
    padding: 4rem;
  }

  .p-lg-64 {
    padding: 6.4rem;
  }

  .p-lg-120 {
    padding: 12rem;
  }

  .pt-lg-80 {
    padding-top: 8rem;
  }

  .pt-lg-120 {
    padding-top: 12rem;
  }

  .pt-lg-160 {
    padding-top: 16rem;
  }

  .pb-lg-40 {
    padding-bottom: 4rem;
  }

  .pb-lg-64 {
    padding-bottom: 6.4rem;
  }

  .pb-lg-80 {
    padding-bottom: 8rem;
  }

  .pb-lg-160 {
    padding-bottom: 16rem;
  }

  .pe-lg-24 {
    padding-right: 2.4rem;
  }

  .pe-lg-32 {
    padding-right: 3.2rem;
  }

  .pe-lg-40 {
    padding-right: 4rem;
  }

  .pe-lg-64 {
    padding-right: 6.4rem;
  }

  .ps-lg-24 {
    padding-left: 2.4rem;
  }

  .ps-lg-40 {
    padding-left: 4rem;
  }

  .px-lg-48 {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

  .px-lg-64 {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }

  .px-lg-80 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .px-lg-120 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .py-lg-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-lg-80 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .py-lg-120 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .py-lg-160 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .gx-lg-48 {
    --bs-gutter-x: 4.8rem;
  }

  .gx-lg-64 {
    --bs-gutter-x: 6.4rem;
  }

  .gx-lg-80 {
    --bs-gutter-x: 8rem;
  }

  .gy-lg-64 {
    --bs-gutter-y: 6.4rem;
  }

  .gy-lg-80 {
    --bs-gutter-y: 8rem;
  }

  .gy-lg-100 {
    --bs-gutter-y: 10rem;
  }

  .offset-lg-n1 {
    margin-left: -8.33333333%;
  }

  .langModal li {
    font-size: 2.4rem;
    padding-right: 1rem;
  }

  .langModal li:nth-child(even) {
    padding-left: 1rem;
    padding-right: 0;
  }

  .pageHeader__extraPadding {
    padding-bottom: 11.2rem;
  }

  .contactView .pageHeader .pageHeader__content {
    width: 38%;
  }

  .pageHeader.has-video-background {
    padding-bottom: 8rem;
  }

  .contactView .pageHeader__form_wrap {
    position: absolute;
    top: 10rem;
    z-index: 1;
    width: 62%;
    margin-top: 0;
  }

  .home-logo-section:not(:empty) {
    margin-top: 6.4rem;
  }

  .home-client-logo {
    width: 8rem;
    height: 8rem;
  }

  .trustedBy .client-logo {
    width: 12rem;
    height: 12rem;
  }

  .workSlider .workList {
    padding-left: 0;
  }

  .workSlider .workList__item {
    height: 400px;
    width: 500px;
    padding: 0 2px 0 0;
  }

  .expertise-area-img {
    flex: 0 0 150px;
  }

  .pullquote {
    padding: 2.4rem 0 2.4rem 4rem;
    margin: 8rem 0;
    font-size: 2.1rem;
  }

  blockquote {
    padding: 8.8rem 0 0 4rem;
    margin: 8rem 0;
    font-size: 2.1rem;
  }

  blockquote::before {
    top: 0.8rem;
    left: -0.8rem;
  }

  .call-out-block2 {
    z-index: 0;
  }

  .countdown-timer-container:first-child {
    margin-top: -7.5rem;
  }

  .page-header-alt + main .countdown-timer-container:first-child {
    margin-top: 6.4rem;
  }

  .page-header-alt + main .countdown-timer-container:first-child + .section-content {
    padding-top: 6.4rem;
  }

  .countdown-timer {
    padding: 4.8rem 1.6rem;
  }

  .ourfacts-section-extra-padding {
    padding-bottom: 22rem;
  }

  .ourfacts-section + .kpi-section {
    margin-top: -20rem;
  }

  .features-section-content ul {
    -moz-column-gap: 8rem;
    column-gap: 8rem;
  }

  .filter-columns-lg-4 {
    -moz-column-count: 4;
    column-count: 4;
  }

  .alignnone {
    margin: 8rem 0;
  }

  .aligncenter,
  div.aligncenter,
  .wp-caption.aligncenter {
    margin: 8rem auto;
  }

  .postContent .embed-mw-container {
    margin: 8rem 0;
  }

  .related-posts-section .stretched-link::after {
    left: calc(16.66666667% + 1.6rem);
  }

  .features-section-content.content-column-2 ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .features-section-content.content-column-3 ul {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .features-section-content.content-column-4 ul {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media (min-width: 1200px) {
  .gx-xl-80 {
    --bs-gutter-x: 8rem;
  }

  .p-xl-48 {
    padding: 4.8rem;
  }

  .ps-xl-40 {
    padding-left: 4rem;
  }

  .pe-xl-80 {
    padding-right: 8rem;
  }

  .mt-xl-n56 {
    margin-top: -5.6rem;
  }

  .siteHeader {
    padding: 1.6rem 2.4rem;
    height: 12rem;
  }

  .sticky-nav .siteHeader {
    height: 7.2rem;
  }

  .siteHeader__title {
    flex: 0 0 160px;
    width: 160px;
  }

  .siteHeader__nav {
    margin-left: 3.2rem;
  }

  .siteHeader__navMenu {
    margin-right: 5.4rem;
    min-height: 6.4rem;
  }

  .siteHeader__navMenu .dropdown-item {
    min-height: 2.8rem;
  }

  .siteHeader__navMenu .level-1 {
    margin-right: 2.4rem;
  }

  .siteHeader__navMenu .dropdown-toggle[aria-expanded="false"] svg {
    transform: none;
  }

  .siteHeader__navMenu .dropdown-toggle[aria-expanded="true"] svg {
    transform: scaleY(-1);
  }

  .siteHeader__navMenu .level-1 > a:not(.dropdown-toggle) {
    white-space: nowrap;
    position: relative;
    display: block;
  }

  .siteHeader__navMenu .level-1 > a:not(.dropdown-toggle)::after {
    content: "";
    border-bottom: 1px solid #fabf2b;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    transition: 0.25s ease-in-out;
  }

  .siteHeader__navMenu .level-1.active > a::after,
  .siteHeader__navMenu .level-1 > a:hover::after {
    width: 100%;
  }

  .siteHeader__navMenu .level-1 > .dropdown-menu {
    --bs-dropdown-spacer: 2.1rem;
    --bs-dropdown-padding-x: 2.4rem;
    --bs-dropdown-padding-y: 3.2rem;
    min-width: 300px;
  }

  .siteHeader__navMenu .level-1.megamenu > .dropdown-menu {
    --bs-dropdown-spacer: -2.4rem;
    transition: margin-top 0.25s ease-in-out;
    will-change: margin-top;
  }

  .sticky-nav .siteHeader__navMenu .level-1.megamenu > .dropdown-menu {
    --bs-dropdown-spacer: 0;
  }

  .megamenu .dropdown-menu {
    box-shadow: none;
  }

  .megamenu .dropdown-menu .megamenu-container {
    transition: height 0.25s ease-in-out;
    max-height: calc(100vh - 9.6rem - 6.4rem);
    max-height: calc(100dvh - 9.6rem - 6.4rem);
    overflow: auto;
  }

  .sticky-nav .megamenu .dropdown-menu .megamenu-container {
    max-height: calc(100vh - 7.2rem - 6.4rem);
    max-height: calc(100dvh - 7.2rem - 6.4rem);
  }

  .megamenu > .dropdown-menu::after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 16px 32px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    height: 100vh;
  }

  .megamenu-container {
    max-width: 1040px;
  }

  .megamenu-container .dropdown-toggle {
    display: none;
  }

  .megamenu-container .dropdown-menu {
    position: static;
    display: block;
    width: 100%;
    box-shadow: none;
  }

  .megamenu-container > .dropdown-wrapper {
    display: flex;
    align-items: flex-start;
  }

  .megamenu-container > .dropdown-wrapper > li {
    width: 50%;
    padding: 0 2rem;
  }

  .megamenu-container > .dropdown-wrapper > li:only-child {
    width: 100%;
  }

  .megamenu-container .btn-link {
    --bs-btn-padding-y: 0;
    --bs-btn-padding-x: 1.6rem;
    --bs-btn-font-size: 1.2rem;
    --bs-btn-font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .megamenu-container .dropdown.level-2 > .dropdown-menu {
    border-top: 1px solid #fabf2b;
    margin-top: 1.5rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 2.4rem;
    padding-bottom: 0;
  }

  .megamenu-container .dropdown.level-2 > .dropdown-menu > .dropdown-wrapper {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
  }

  .megamenu-container .dropdown.level-2:only-child > .dropdown-menu > .dropdown-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }

  .megamenu-container
    .dropdown.level-2
    > .dropdown-menu
    > .dropdown-wrapper
    > li {
    margin-bottom: 1.6rem;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .megamenu-container .dropdown.level-2:only-child > .dropdown-menu > .dropdown-wrapper > li {
    align-self: flex-start;
  }

  .megamenu-container .dropdown.level-3 > .dropdown-menu {
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-bg: transparent;
  }

  .megamenu-container .dropdown.level-3 > .dropdown-menu .dropdown-item {
    font-weight: 300;
    margin-top: -0.4rem;
  }

  .megamenu-container .more-link {
    margin-top: -0.4rem;
    font-size: 1.2rem;
  }

  .megamenu-container .more-link svg {
    margin-left: 0.2rem;
  }

  .btn-lang {
    margin-left: 2rem;
    margin-right: 0;
  }

  .langModal li {
    font-size: 2.6rem;
    padding-right: 2rem;
  }

  .langModal li:nth-child(even) {
    padding-left: 2rem;
    padding-right: 0;
  }

  .pageHeader,
  .contactView .pageHeader {
    padding-top: 20rem;
    padding-bottom: 8.8rem;
  }

  .pageHeader.has-video-background {
    padding-bottom: 12rem;
  }

  .page-header-alt.page-header-wide {
    padding-top: 12rem;
  }

  .pageHeader.featured-post {
    padding-bottom: 10.8rem;
  }

  .postHeader {
    padding-top: 16rem;
    padding-bottom: 14rem;
  }

  .pageHeader__extraPadding {
    padding-bottom: 11.2rem;
  }

  .homeHeader {
    padding-top: 25rem;
  }

  .contactView .pageHeader__form_wrap {
    top: 14.4rem;
    /* 62% of container width */
    width: min(calc((100% - 2 * var(--bs-padding)) * 0.62), calc(1920px * 0.62 - var(--bs-padding) - 1.6rem));
  }

  .home-client-logo {
    width: 10rem;
    height: 10rem;
  }

  .workatSection {
    min-height: 600px;
  }

  .workatSection__main {
    padding: 6.4rem;
  }

  .siteFooter__logos {
    margin: -0.4rem -2rem;
  }

  .siteFooter__logos div {
    padding: 0.4rem 2rem;
  }

  .siteFooter__logos img {
    max-height: 50px;
    max-width: 150px !important;
  }

  .expertise-area-img {
    flex: 0 0 200px;
  }

  .section-content .content-right,
  .section-accordion .content-right,
  .section-content-configurable .content-column.content-right {
    padding-left: 6.4rem;
  }

  .section-content .content-left,
  .section-accordion .content-left,
  .section-content-configurable .content-column.content-left {
    padding-right: 6.4rem;
  }

  .section-content-configurable
    .content-has-background
    .content-column.content-right {
    padding-right: 8rem;
  }

  .section-content-configurable
    .content-has-background
    .content-column.content-left {
    padding-left: 8rem;
  }
  
  .container-xl {
    padding-left: var(--bs-padding);
    padding-right: var(--bs-padding);
    max-width: 1920px;
  }

  .servicesLinks.swiper-container {
    --bs-slider-offset: max(var(--bs-padding), (var(--bs-desktop-container-offset) + var(--bs-padding)));
    padding-left: var(--bs-slider-offset);
    padding-right: var(--bs-slider-offset);
    box-sizing: border-box;
  }

  .call-out-block2-content {
    --bs-container-max-width: calc(100% - (2 * var(--bs-padding)) - (2 * (var(--bs-desktop-container-offset) - 1.6rem)));
    --bs-container-width: min(calc(100% - (2 * (var(--bs-padding) - 1.6rem))), var(--bs-container-max-width));
    margin-left: max(var(--bs-padding) - 1.6rem, (var(--bs-desktop-container-offset) - 1.6rem + var(--bs-padding)));
    width: calc((var(--bs-container-width) / 12) * 8 + 1.6rem);
  }
}

@media (min-width: 1280px) {
  .siteHeader {
    padding: 0.8rem 4.8rem;
  }

  .siteHeader__nav {
    margin-left: 8rem;
  }
}

@media (min-width: 1400px) {
  .features-section-content.content-column-4 ul {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media all and (max-width: 1199.98px) {
  .asp_w_container.asp_w_container_3 {
    display: none;
    padding-top: 0;
  }
  .mobile-search-wrap .asp_w_container.asp_w_container_3 {
    display: block;
  }
  .asp_w_container.asp_w_container_5 {
    position: absolute;
    top: 0;
  }
  .mobile-search-wrap .asp_w_container.asp_w_container_3 {
    display: block;
    position: absolute;
    top: 8rem;
    height: 7rem;
  }
  .promagnifier,
  .proinput form input[type="submit"] {
    background: none;
    border: none;
    box-shadow: none;
    width: 4.4rem !important;
    height: 4.4rem !important;
    padding: 0 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999rem;
    transition: all 0.15s ease-in-out;
    order: 10;
    pointer-events: auto;
    margin-right: 0.6rem;
  }

  button#toggleButton svg {
    fill: #fff;
  }
  .mobile-search-wrap div.asp_m.asp_m_3 .probox {
    height: 46px;
    padding-top: 7px;
  }
}
